You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/05/08 21:15:26 UTC

[40/50] [abbrv] lucene-solr:jira/solr-11779: SOLR-8998: documentation fix.

SOLR-8998: documentation fix.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/beaf3a47
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/beaf3a47
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/beaf3a47

Branch: refs/heads/jira/solr-11779
Commit: beaf3a47ebe6ad79572bccaeafc2551dc86f19c6
Parents: 1b76011
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Sun May 6 16:46:56 2018 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Sun May 6 16:46:56 2018 +0300

----------------------------------------------------------------------
 solr/solr-ref-guide/src/blockjoin-faceting.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/beaf3a47/solr/solr-ref-guide/src/blockjoin-faceting.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/blockjoin-faceting.adoc b/solr/solr-ref-guide/src/blockjoin-faceting.adoc
index 7e2408b..7299d1e 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 <<json-facet-api.adoc#Blockjoinfacetexample,JSON Facet API>>. 
-
-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 <<requesthandlers-and-searchcomponents-in-solrconfig.adoc#requesthandlers-and-searchcomponents-in-solrconfig,search component>>.
+If this component is used, it must be explicitly enabled for a request handler in `solrconfig.xml`, in the same way as any other <<requesthandlers-and-searchcomponents-in-solrconfig.adoc#requesthandlers-and-searchcomponents-in-solrconfig,search component>>.
 
 This example shows how you could add this search components to `solrconfig.xml` and define it in request handler: