[
https://issues.apache.org/jira/browse/SOLR-12337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498586#comment-16498586
]
ASF subversion and git services commented on SOLR-12337:
--------------------------------------------------------
Commit 55f04b4c349d00b6747d890f34cf963f1a5a3974 in lucene-solr's branch
refs/heads/branch_7x from [~dsmiley]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=55f04b4 ]
SOLR-12337: Remove the obsolete QueryWrapperFilter
(cherry picked from commit 4888adf)
> Remove QueryWrapperFilter
> -------------------------
>
> Key: SOLR-12337
> URL: https://issues.apache.org/jira/browse/SOLR-12337
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: David Smiley
> Assignee: David Smiley
> Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12337.patch, SOLR-12337.patch
>
>
> QueryWrapperFilter has not been needed ever since Filter was changed to
> extend Query -- LUCENE-1518. It was retained because there was at least one
> place in Lucene that had a Filter/Query distinction, but it was forgotten
> when Filter moved to Solr. It contains some code that creates a temporary
> IndexSearcher but forgets to null out the cache on it, and so
> QueryWrapperFilter can add non-trivial overhead. We should simply remove it
> altogether.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]