kiranchitturi opened a new pull request #2644: URL: https://github.com/apache/lucene-solr/pull/2644
* Since Solr supports multi-valued fields, it would be crucial for Solr SQL to provide support for users to filter multi-valued fields via SQL * Support syntax like `WHERE mv_field = 'a' and mv_field = 'b'` would not make sense using SQL but we can support this via custom udfs * Add new udfs `array_contains_all` and `array_contains_any` to filter inside multi-valued fields as this provides a clean interface to use and no need to mess with the calcite rules -- 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]
