[
https://issues.apache.org/jira/browse/SOLR-15257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492081#comment-17492081
]
ASF subversion and git services commented on SOLR-15257:
--------------------------------------------------------
Commit db7ffcecd6e8f4e8f4cae18d3839d4c0998633f4 in solr's branch
refs/heads/branch_9_0 from Collins Abanda
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=db7ffce ]
SOLR-12336 Remove Filter from Solr (#529)
Includes:
* Remove Filter from Solr and replace with Lucene Query
* Remove SolrConstantScoreQuery and all its usages
* SOLR-15257 Add DocSetQuery to replace some usage of Filter
(cherry picked from commit ef4e7e124bdf55b12210052d8b2b5ff5ce447253)
(cherry picked from commit 544ac12370d6caf9ccc47e557d7743fdcef9784a)
> Add DocSetQuery in lieu of DocSet.getTopFilter
> ----------------------------------------------
>
> Key: SOLR-15257
> URL: https://issues.apache.org/jira/browse/SOLR-15257
> Project: Solr
> Issue Type: Sub-task
> Components: search
> Reporter: David Smiley
> Priority: Major
> Time Spent: 10h 50m
> Remaining Estimate: 0h
>
> With Filter going away, we still need the ability to have a Query based on a
> DocSet. This currently happens via {{DocSet.getTopFilter}}. We could add a
> {{.makeQuery}} or just provide it.
> This issue depends on changes to DocSet's API to provide a DocIdSetIterator
> given a LeafReaderContext.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]