Justin Sweeney created SOLR-17022:
-------------------------------------
Summary: 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
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 9.3
Reporter: Justin Sweeney
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: [email protected]
For additional commands, e-mail: [email protected]