I am new in using lucene and i stuck with one of the usecase while searching
the index records
I have two fields indexed MinExperience and MaxExperience, User will have
two filters MinExperience and MaxExperience to select and filter it.

Ex: Stored Index Records are having (MinExp-MaxExp) 1-6, 2-5,4-8,3-6

and user is searching with range 2-4 i should be able to bring if it is
falling in any of the stored index records
result should be 2-5,4-8,3-6. How can i embed this logic into the lucene
query. 


-- 
View this message in context: 
http://www.nabble.com/Problem-with-RangeQuery-in-Lucene-tp20635373p20635373.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to