Hello, We're having issues with case sensitivity with our Examine search. Every forum says to use the standard analyzer and rebuild the index, but that is not working. After doing so, our search only finds matching lowercase phrases.
Examine will index all data in lowercase format, so if you'd pass in a lowercase version of your search term, it will be returned from your searcher. No need to specify another analyzer for your indexer. I've done it before and works flawlessly
Examine standard analyzer only finds lowercase
Hello,
We're having issues with case sensitivity with our Examine search. Every forum says to use the standard analyzer and rebuild the index, but that is not working. After doing so, our search only finds matching lowercase phrases.
Here is some of our code. Any suggestions?
Examine will index all data in lowercase format, so if you'd pass in a lowercase version of your search term, it will be returned from your searcher. No need to specify another analyzer for your indexer. I've done it before and works flawlessly
Hope this helps.
Cheers,
/Dirk
is working on a reply...