This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 167169 - [67cat] org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
Summary: [67cat] org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount ...
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 16:15 UTC by big_al
Modified: 2009-07-14 15:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152056


Attachments
stacktrace (2.29 KB, text/plain)
2009-06-16 16:15 UTC, big_al
Details

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2009-06-16 16:15:30 UTC
Build: NetBeans IDE Dev (Build 200906150201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.7, x86_64

User Comments:
big_al: Searching for a Class in a Maven repository. Invoked via editor hint



Stacktrace: 
org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
        at org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:165)
        at org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:156)
        at org.apache.lucene.search.MultiTermQuery.rewrite(MultiTermQuery.java:63)
        at org.apache.lucene.search.WildcardQuery.rewrite(WildcardQuery.java:54)
        at org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:151)
        at org.apache.lucene.search.Query.weight(Query.java:94)
Comment 1 big_al 2009-06-16 16:15:36 UTC
Created attachment 83641 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-06-17 14:20:09 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152056
Comment 3 Exceptions Reporter 2009-07-08 19:15:32 UTC
This issue already has 12 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152056
Comment 4 David Simonek 2009-07-13 17:10:56 UTC
After the fix of 167655, it seems that this issue is probably fixed too. I'll try to verify deeper tomorrow however.
Comment 5 David Simonek 2009-07-14 15:51:35 UTC
Yes, confirming my expectations, issue can be reproduced no longer after fix of 167655.