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

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

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

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




> 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]

Reply via email to