Re: Optimising the lucene search

2010-03-23 Thread Anshum
facts expressed here belong to everybody, the opinions to me. The distinction is yours to draw On Tue, Mar 23, 2010 at 12:31 PM, wrote: > > > Hello, > > Optimising the lucene search > > Use combined search field for all text fields instead (or on the top) of > ind

Optimising the lucene search

2010-03-23 Thread suman . holani
Hello, Optimising the lucene search Use combined search field for all text fields instead (or on the top) of indexing them separately and searching with complex query like field1:query OR field2:query ... OR fieldN:query Reducing number of field make indexing and search much faster. Use