Hi Ramnadh,

Could you send this request @ the java-user forum as this is meant for
lucene development related mailing!
You could subscribe to the list by mailing @
[EMAIL PROTECTED]

And post queries @ : 
[EMAIL PROTECTED]

-- 
Anshum 
--
All things that are, are with more spirit chased than enjoyed.
                -- Shakespeare, "Merchant of Venice"

On Sat, Nov 22, 2008 at 04:48:32PM +0530, ramnadh wrote:
> 
> 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]


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

Reply via email to