Re: lucene 2.3 in production

2008-02-04 Thread GokulAnand
Can some one get me the link to get lucene 2.3 jars. Thanks in advance markrmiller wrote: > > You still have to be careful if you want to alternate a search and > write. If you are loading a lot of docs this way, you would want to hold > the Writer to batch the docs, but while you are holding

Lucene Search with relational operators

2008-02-04 Thread GokulAnand
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 fo