FVH: slow performance on very large queries
-------------------------------------------
Key: LUCENE-3719
URL: https://issues.apache.org/jira/browse/LUCENE-3719
Project: Lucene - Java
Issue Type: Bug
Components: modules/highlighter
Affects Versions: 3.5, 4.0
Reporter: Igor Motov
Priority: Minor
The change from HashSet to ArrayList for flatQueries in LUCENE-3019 resulted in
very significant slowdown in some of our e-discovery queries after upgrade from
3.4.0 to 3.5.0. Our queries sometime contain tens of thousands of terms. As a
result, major portion of execution time for such queries is now spent in the
flatQueries.contains( sourceQuery ) method calls.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]