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

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

Commit 3a69654b9eb2382c550d90b62c253588cb95f029 in solr's branch 
refs/heads/branch_9x from Justin Sweeney
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=3a69654b9eb ]

SOLR-17022: Support for glob patterns for fields in Export handler, Stream 
handler and with SelectStream streaming expression (#1996)

* Adding support for Glob patterns in Export handler and Select stream handler 
using the same logic to match glob patterns to fields as is used in select 
requests

> Allow glob patterns for fields in Solr Export and Stream handlers
> -----------------------------------------------------------------
>
>                 Key: SOLR-17022
>                 URL: https://issues.apache.org/jira/browse/SOLR-17022
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 9.3
>            Reporter: Justin Sweeney
>            Assignee: Justin Sweeney
>            Priority: Major
>          Time Spent: 4h
>  Remaining Estimate: 0h
>
> Currently for fields requested for the Solr export handler and stream handler 
> field patterns are not accepted, only full field names. This can be 
> challenging in cases where we use dynamic fields and also creates a worse 
> user experience as compared to select handler.
> We should support glob patterns in export and stream handlers such that they 
> return all fields matching the glob pattern that are docvalues enabled 
> (`docvalues="true"`).
> There is an edge case that SortableTextField types must also have 
> `useDocValuesAsStored="true"` enabled to be returned.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to