[ 
https://issues.apache.org/jira/browse/SOLR-15257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492068#comment-17492068
 ] 

ASF subversion and git services commented on SOLR-15257:
--------------------------------------------------------

Commit 544ac12370d6caf9ccc47e557d7743fdcef9784a in solr's branch 
refs/heads/branch_9x from Collins Abanda
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=544ac12 ]

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)


> 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: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to