[
https://issues.apache.org/jira/browse/SOLR-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826201#comment-15826201
]
ASF subversion and git services commented on SOLR-9786:
-------------------------------------------------------
Commit 3c2e8f996f81af1b7611e77ad040e33fddf80ab0 in lucene-solr's branch
refs/heads/branch_6x from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3c2e8f9 ]
SOLR-9786: additional test related to TermInSetQuery now requiring all terms in
same field
> Defer creation of clauses in parser, optionally delegate groups to
> FieldType.getSetQuery
> ----------------------------------------------------------------------------------------
>
> Key: SOLR-9786
> URL: https://issues.apache.org/jira/browse/SOLR-9786
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Yonik Seeley
> Assignee: Yonik Seeley
> Fix For: master (7.0), 6.4
>
> Attachments: SOLR-9786.patch, SOLR-9786.patch
>
>
> Solr's query parser currently creates a query for each clause it sees
> independently. This is no longer desirable, since if we are creating a
> filter (non-scoring query), we can use a TermsQuery.
> PointFields SOLR-8396 also need to see a set of values together to
> efficiently create a set query.
> This issue:
> - adds context for the parser to know when it's parsing a query for matching
> only (that's only for the TermsQuery... I assume Points would always use a
> set query when passed multiple values)
> - defers creation of real Query objects for simple term queries in a boolean
> query
> - aggregates those values by field at the end to be passed to a new
> FieldType.getSetQuery method
> - FieldType.getSetQuery base implementation uses TermsQuery for indexed
> fields
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]