[ http://issues.apache.org/jira/browse/LUCENE-330?page=comments#action_12368951 ]
paul.elschot commented on LUCENE-330: ------------------------------------- (Erik:) > I've just encountered issues with FilteredQuery ... Could you be more specific? > Since the code has changed and your patches are no longer easily applied, > could you advise on what the latest patches should be and how to go about > going from trunk to these patches? My current version is adapted for gcj 4.0.0 (which can/could not deal with inline abstract classes), so I can't provide a fresh patch quickly at the moment. Yonik identified all issues, nothing to add there. The patch contains my name as @author, could that be removed? The ASL 2.0 is somewhat inconclusive as to whether that can be done without me providing a fresh patch without that line, but I'd like to have that line removed nonetheless. If necessary, I'll provide a patch for this once the tests work again. I'll try the new TestFilteredQuery later. > [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 > Assignee: Lucene Developers > 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
