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

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

Commit 03e4d33e785f9e39946e9ca238cc383788dfc21a in solr's branch 
refs/heads/main from Arup Chauhan
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=03e4d33e785 ]

SOLR-18039: Support repeated parents.preFilter in KnnQParser (#4139)

Signed-off-by: Arup Chauhan <[email protected]>

> knn QParser should support multiple parents.preFilter params
> ------------------------------------------------------------
>
>                 Key: SOLR-18039
>                 URL: https://issues.apache.org/jira/browse/SOLR-18039
>             Project: Solr
>          Issue Type: Improvement
>          Components: vector-search
>            Reporter: Chris M. Hostetter
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Followup to SOLR-17736...
> {quote} [This...] only support a single instance of {{parents.preFilter}} - 
> but the regular {{preFilter}} can be specified multiple times.
>  * This feels inconsistent?
>  * It should be fairly easy to change {{localParams.get(PARENTS_PRE_FILTER)}} 
> to {{localParams.getParams(PARENTS_PRE_FILTER)}} and then refactor some of 
> the "loop over a String[] to produce a List<Query> of filters" logic out of 
> {{AbstractVectorQParserBase.getFilterQuery()}} into a helper method that 
> could be used here (and then just build a BooleanQuery from that List<Query>
>  * Either way: when the {{{}parents.preFilter{}}}(s) are parsed, you should 
> make sure {{setIsFilter(true)}} is called on the subQuery QParser (before 
> calling {{getQuery()}} - that can help other QParsers optimize what they 
> return.{quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to