My question is about deal with the multi clauses booleanQuery, the
num of clauses is giant and induce the performance.So I want some
other method to replace this query to improve the performance. Now
through filter achieve the goal.
Thanks for the suggestions.
--
You should build your own performance test cases to see what works for your
data. That being said, here are some numbers from a similar test I ran:
I did the following:
1) run a single term query which resulted in about half of the total set of
documents being returned. (~36,000)
2) built a Bo
On Sat, 2006-07-29 at 09:46 +0800, zhongyi yuan wrote:
> Hi,How about implement multi-key search use lucene, for example use
> boolean search exceed 1000 clauses,it will affect the performance
> greatly. If use filter or custom sorter to select the result, because
> the result is extremely large in