From beaf3a47ebe6ad79572bccaeafc2551dc86f19c6 Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Sun, 6 May 2018 16:46:56 +0300 Subject: [PATCH] SOLR-8998: documentation fix. --- solr/solr-ref-guide/src/blockjoin-faceting.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/solr/solr-ref-guide/src/blockjoin-faceting.adoc b/solr/solr-ref-guide/src/blockjoin-faceting.adoc index 7e2408ba8ca..7299d1e923e 100644 --- a/solr/solr-ref-guide/src/blockjoin-faceting.adoc +++ b/solr/solr-ref-guide/src/blockjoin-faceting.adoc @@ -21,8 +21,7 @@ BlockJoin facets allow you to aggregate children facet counts by their parents. It is a common requirement that if a parent document has several children documents, all of them need to increment facet value count only once. This functionality is provided by `BlockJoinDocSetFacetComponent`, and `BlockJoinFacetComponent` just an alias for compatibility. CAUTION: This functionality is considered deprecated. Users are encouraged to use `uniqueBlock(\_root_)` aggregation under terms facet in <>. - -CAUTION: This component is considered experimental, and must be explicitly enabled for a request handler in `solrconfig.xml`, in the same way as any other <>. +If this component is used, it must be explicitly enabled for a request handler in `solrconfig.xml`, in the same way as any other <>. This example shows how you could add this search components to `solrconfig.xml` and define it in request handler: