jpountz commented on issue #11702:
URL: https://github.com/apache/lucene/issues/11702#issuecomment-1309023675

   > e.g., the ESQL query language/engine proposed by Elastic.
   
   I don't think ESQL is going to be different from existing faceting support: 
it will still want to use ordinals when it makes sense such as grouping by 
term. It will still be up to users to configure their mappings correctly for 
the sort of aggregation that they plan to run: `SORTED(_SET)` for sorting, 
grouping, and unique counts, `BINARY` for operations that require actually 
looking at the data and can't work on ordinals.


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

Reply via email to