feliperazeek/playframework-elasticsearch

Faceted search not supported

Closed this issue · 1 comments

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.

Ok, I've just added it