]
Steven Hawkins commented on TEIID-4572:
---------------------------------------
The new pull request seems largely the same as your original. It reintroduces classes and
changes not found in
Are you sure that the new pull request is representative of another iteration of changes?
Grouping by and faceted search for Solr tranlator
-------------------------------------------------
Key: TEIID-4572
URL:
https://issues.jboss.org/browse/TEIID-4572
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Reporter: Hend Amin
Fix For: 10.0
Currently group by is not supported for Solr translator. For example:
select x,y, count\(*) from solr_core group by x,y; the corresponding Solr request does
not contain group by.
Please add group by and faceted search support for Solr translator.