justinrsweeney commented on PR #1996: URL: https://github.com/apache/solr/pull/1996#issuecomment-1761732441
> I'm surprised to see that this isn't using SolrReturnFields, which is already doing field glob expansion. I know it's in solr-core and you seem to need something in solrj-streaming but we could move it. SolrReturnFields was using `FilenameUtils.wildcardMatch()` from commons-io and this just uses a very similar method but not requiring the third party library and allows solrj-streaming, SolrReturnFields, and ExportWriter to all use the same mechanism to match glob patterns. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
