[ 
https://issues.apache.org/jira/browse/SOLR-17101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Khludnev updated SOLR-17101:
------------------------------------
    Description: 
Lucene Sandbox has a pretty cool 
[CoveringQuery|https://lucene.apache.org/core/9_7_0/sandbox/org/apache/lucene/sandbox/search/CoveringQuery.html].
 We might support it right here in {{\{!bool}}} via :
# allowing to specify a field name right in {{mm}} param 
# in this case, limit occurs to {{should}} only clauses (simplification just 
for the beginning).
However, piggyback on {{\{!bool}}} might not be a good idea, and covering query 
deserves own {{QParserPlugin}}
WDYT?

  was:
Lucene Sandbox has a pretty cool CoveringQuery. We might support it right here 
in {{\{!bool}}} via :
# allowing to specify a field name right in {{mm}} param 
# in this case, limit occurs to {{should}} only clauses (simplification just 
for the beginning).
However, piggyback on {{\{!bool}}} might not be a good idea, and covering query 
deserves own {{QParserPlugin}}
WDYT?


> CoveringQuery support for {!bool should=only should=only ... 
> mm=clausesReqField}
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-17101
>                 URL: https://issues.apache.org/jira/browse/SOLR-17101
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Mikhail Khludnev
>            Priority: Minor
>
> Lucene Sandbox has a pretty cool 
> [CoveringQuery|https://lucene.apache.org/core/9_7_0/sandbox/org/apache/lucene/sandbox/search/CoveringQuery.html].
>  We might support it right here in {{\{!bool}}} via :
> # allowing to specify a field name right in {{mm}} param 
> # in this case, limit occurs to {{should}} only clauses (simplification just 
> for the beginning).
> However, piggyback on {{\{!bool}}} might not be a good idea, and covering 
> query deserves own {{QParserPlugin}}
> WDYT?



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