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
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