Re: appending field to an existing index
One option is to index the new field in sync (same index order) into a new index, and search using a ParallelIndexReader. Erik On Jan 30, 2008, at 7:42 PM, John Wang wrote: Hi all: We have a large index and it is difficult to reindex. We want to add another field to the in
Retrieving documents that match atleast n query terms
Hi, I am using a BooleanQuery of the form: T1 OR T2 OR T3 OR .. Tn to search on a field in Lucene. Is there a way to force the search to return documents that match at least say 5 of the query Terms? Thanks, Dipsy Kapoor --