Hi All, i am trying to retrieve most related results using user given search queries. If there is no results for exact queries, i want to use term modifiers during search time. And so, i want to give more importance to term modifiers in the defined listed order given below
1. exact query 2. wild card 3. typo terms 4. fuzzy search queries 5. synonymous terms 6. Proximity Searches ( if more than one term specified in user given query ) Please share me any articles if it is already solved / raised / documented to lucene community before. Thanks in advance :-) -- ** Kumaran R