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

Arup Chauhan commented on SOLR-18039:
-------------------------------------

The work has been documented in the PR itself. Once this goes through,

I can make one PR for this or a couple of incremental PRs for proper scope, 
depending upon the feedback.

Looking forward to hearing back!

> 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: 20m
>  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