Hi all,

When i do a search ( lucene ) with the combination of relational operators,
it does not get the required result.
ie, when the query is like  :: 

i) A and B or C,  it fetches the records for only (A and B) combination
rejecting C ( OR operator )
ii) A or B and C, it fetches the records for only (B and C) combination
rejecting A ( OR operator )

Why is that behaving tlike this ??
-- 
View this message in context: 
http://www.nabble.com/Lucene-Search-with-relational-operators-tp15283742p15283742.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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

Reply via email to