paul.elschot resolved LUCENE-330:
---------------------------------
Resolution: Fixed
Assign To: (was: Lucene Developers)
This was added to FilteredQuery not so long ago.
[PATCH] Use filter bits for next() and skipTo() in FilteredQuery
----------------------------------------------------------------
Key: LUCENE-330
URL: http://issues.apache.org/jira/browse/LUCENE-330
Project: Lucene - Java
Type: Improvement
Components: Search
Versions: CVS Nightly - Specify date in submission
Environment: Operating System: other
Platform: Other
Reporter: paul.elschot
Priority: Minor
Attachments: FilteredQuery.java, FilteredQuery.java, FilteredQuery.java, FilteredQuery.java, FilteredQueryPatch1.txt, IndexSearcherPatch2.txt, SkipFilter.java, SkipFilter.java
This improves performance of FilteredQuery by not calling score()
on documents that do not pass the filter.
This passes the current tests for FilteredQuery, but these tests
have not been adapted/extended.
------------------------------------------------------------------
Key: LUCENE-330
URL: http://issues.apache.org/jira/browse/LUCENE-330
Project: Lucene - Java
Type: Improvement
Components: Search
Versions: CVS Nightly - Specify date in submission
Environment: Operating System: other
Platform: Other
Reporter: paul.elschot
Priority: Minor
Attachments: FilteredQuery.java, FilteredQuery.java, FilteredQuery.java, FilteredQuery.java, FilteredQueryPatch1.txt, IndexSearcherPatch2.txt, SkipFilter.java, SkipFilter.java
This improves performance of FilteredQuery by not calling score()
on documents that do not pass the filter.
This passes the current tests for FilteredQuery, but these tests
have not been adapted/extended.
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org