Re: Lucene term modifiers during search time - importance based on listed order

2016-06-09 Thread Kumaran Ramasubramanian
Dear All, Is there pointers on how to take my first step regarding below mentioned requirement? Any help is much appreciated. Thanks. ​when i dont not get matched records for a query, i want to try term > modifiers ( as per order ) to retrieve related results ( at least )​ > > -- Kumaran R O

Optimizing Lucene search for whitespace analyzer.

2016-06-09 Thread apoorv gupta
Hi I am using lucene based index for solving following problem - 1. I have a doc with following structure: docName:> includeKeywords: Space separated set of keywords. excludeKeywords: Space separated set of keywords. result: to be returned as response ... .. 2. Now I wil