Faceted search not supported
Closed this issue · 1 comments
bgooren commented
For starters, the current search() method in ElasticSearch does not support facets.
Also, facet information is lost due to Transformer (and SearchResults) only handling hits and count;
Since hits and facets are the two components in InternalSearchResponse, I think it makes sense to add faceted results to SearchResults.
bgooren commented
Ok, I've just added it