#79 closed defect (wontfix)
CSW / BooleanQuery$TooManyClauses
Reported by: | Fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Catalog server | Version: | |
Keywords: | CSW | Cc: |
Description
CatalogSearcher and LuceneSearcher should provide the same results: BooleanQuery.setMaxClauseCount(16384);
CSW search return exception: "org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024"
See discussion: http://www.nabble.com/CSW-BooleanQuery%24TooManyClauses-td20186713.html
Change History (2)
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Priority: | minor → major |
---|
Note:
See TracTickets
for help on using tickets.
We can't provide a testing scenario to reproduce the issue with trunk now.
The problem should occur when having lot of metadata records and a bigger index. BooleanQuery.setMaxClauseCount "Set the maximum number of clauses permitted per BooleanQuery. Default value is 1024."
If CSW user get this error, we should probably increase MaxClauseCount in CatalogSearcher.