| 1234567891011 | [[java-facets]]== FacetsFaceted search refers to a way to explore large amounts of data by displayingsummaries about various partitions of the data and later allowing to narrowthe navigation to a specific partition.In Elasticsearch, `facets` are also the name of a feature that allowed tocompute these summaries. `facets` have been replaced by<<java-aggs, aggregations>> in Elasticsearch 1.0, which are a supersetof facets.
 |