I like that the internal _index and _id fields are available to search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am trying
to add a lowercase filter analyzer on these fields, but with no luck.
After creating the index, I have tried the following:
I like that the internal _index and _id fields are available to search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am trying
to add a lowercase filter analyzer on these fields, but with no luck.
After creating the index, I have tried the following:
I like that the internal _index and _id fields are available to search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am trying
to add a lowercase filter analyzer on these fields, but with no luck.
After creating the index, I have tried the following:
I like that the internal _index and _id fields are available to search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am trying
to add a lowercase filter analyzer on these fields, but with no luck.
After creating the index, I have tried the following:
I'd like to keep the searches on id and index case insensitive to
avoid any confusion and map as closely to the system we are
replacing.
So, the two alternatives are:
Lower case on the indexing side and on the search side
Add lowercase keyword analyzer and have my own versions of these
fields
If I then wanted to do case sensitive searches, I would need to add
logic to the search side lower casing to only target specific fields,
which gets a little ugly.
The extra _id field (no way to disable this and _type, right?) adds a
little extra bloat to the index, but I'll take it to get the search
case-insensitive.
Maybe it makes sense to allow a filter to be applied to the internal
queryable fields?
I like that the internal _index and _id fields are available to search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am trying
to add a lowercase filter analyzer on these fields, but with no luck.
After creating the index, I have tried the following:
I'd like to keep the searches on id and index case insensitive to
avoid any confusion and map as closely to the system we are
replacing.
So, the two alternatives are:
Lower case on the indexing side and on the search side
Add lowercase keyword analyzer and have my own versions of these
fields
If I then wanted to do case sensitive searches, I would need to add
logic to the search side lower casing to only target specific fields,
which gets a little ugly.
The extra _id field (no way to disable this and _type, right?) adds a
little extra bloat to the index, but I'll take it to get the search
case-insensitive.
Maybe it makes sense to allow a filter to be applied to the internal
queryable fields?
I like that the internal _index and _id fields are available to
search
on. However, I am moving from a domain where we could do case
insensitive searches on these fields. In order to do this, I am
trying
to add a lowercase filter analyzer on these fields, but with no
luck.
After creating the index, I have tried the following:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.