1. synonyms analyzer and PhoneticAnalyzer in Hibernate Search stackoverflow.comDoes someone knows how to use Phonetic Analyzer and synonyms analyzer. I'm not finding a good tutorial that explains this well?? |
2. what analzyer is good for my situation? hibernate search case stackoverflow.comWe are running a search app for book. It is implemented by hibernate search. Book entity is defined as following:
If a user search book ... |
3. Lucene Analyzer for Indexing and Searching stackoverflow.comI have a field that I am indexing with Lucene like so:
The possible values of this field are HUNGRY, SLIGHTLY_HUNGRY, and NOT_HUNGRY
When these values are indexed ... |