diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index ac65c657842..3e1699fc55b 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -293,6 +293,18 @@ The More Like This API has been removed. Instead, use the < // FACETS +[role="exclude",id="search-facets"] +=== Facets + +Faceted search refers to a way to explore large amounts of data by displaying +summaries about various partitions of the data and later allowing to narrow +the navigation to a specific partition. + +In Elasticsearch, `facets` are also the name of a feature that allowed to +compute these summaries. `facets` have been replaced by +<> in Elasticsearch 1.0, which are a superset +of facets. + [role="exclude",id="search-facets-filter-facet"] === Filter Facet diff --git a/docs/reference/search.asciidoc b/docs/reference/search.asciidoc index 002a3ad1282..e1609ae75f9 100644 --- a/docs/reference/search.asciidoc +++ b/docs/reference/search.asciidoc @@ -85,8 +85,6 @@ include::search/search-template.asciidoc[] include::search/search-shards.asciidoc[] -include::search/facets.asciidoc[] - include::search/suggesters.asciidoc[] include::search/multi-search.asciidoc[] diff --git a/docs/reference/search/facets.asciidoc b/docs/reference/search/facets.asciidoc deleted file mode 100644 index 28e9b34c275..00000000000 --- a/docs/reference/search/facets.asciidoc +++ /dev/null @@ -1,11 +0,0 @@ -[[search-facets]] -== Facets - -Faceted search refers to a way to explore large amounts of data by displaying -summaries about various partitions of the data and later allowing to narrow -the navigation to a specific partition. - -In Elasticsearch, `facets` are also the name of a feature that allowed to -compute these summaries. `facets` have been replaced by -<> in Elasticsearch 1.0, which are a superset -of facets.