using DisjunctionMaxQuery

2007-02-11 Thread Mekin Maheshwari
I am trying to use org.apache.lucene.search.DisjunctionMaxQuery First, a quick check on how to use it. I tried looking for javadocs, and the mailing list archive, but could not find much. Here is what I am doing : //finalquery is a boolean query, that has a lot of field specific sub-queries, eac

Indexing slows down considerably after a few million documents

2006-10-26 Thread Mekin Maheshwari
I am creating an index of about 7 Million documents. The total size of the index is about 2.7G once indexing is done. For the 1st 3Million documents, the indexer takes about 3 hours (can i get better than this? ) - 4 seconds per thousand documents After this it slows down terribly and takes abou

Re: constructing smaller phrase queries given a multi-word query

2006-10-19 Thread Mekin Maheshwari
a 4+word query from the user. Thanks Erik for the response, Hope I have done a better job of explaining my problem, -mek The more details of what you're trying to do you provide, the better answers you'll get .. Best Erick On 10/18/06, Mekin Maheshwari <[EMAIL PROTEC

Re: constructing smaller phrase queries given a multi-word query

2006-10-18 Thread Mekin Maheshwari
Resending, with the hope that the search gurus missed this. Would really appreciate any advise on this. Would not want to reinvent the wheel & I am sure this is something that would have been done. Thanks, mek On 10/16/06, Mek <[EMAIL PROTECTED]> wrote: Has anyone dealt with the problem of con