facets.asciidoc 434 B

1234567891011
  1. [[java-facets]]
  2. == Facets
  3. Faceted search refers to a way to explore large amounts of data by displaying
  4. summaries about various partitions of the data and later allowing to narrow
  5. the navigation to a specific partition.
  6. In Elasticsearch, `facets` are also the name of a feature that allowed to
  7. compute these summaries. `facets` have been replaced by
  8. <<java-aggs, aggregations>> in Elasticsearch 1.0, which are a superset
  9. of facets.