From 16e537db7efe37eb7519b07dc96c5026c0a1d193 Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Thu, 23 Jan 2020 00:04:21 +0300 Subject: [PATCH] SOLR-12045: Know how Analytic Component deployment. --- solr/solr-ref-guide/src/analytics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/analytics.adoc b/solr/solr-ref-guide/src/analytics.adoc index 3ad70670a4f..9ab970a1d71 100644 --- a/solr/solr-ref-guide/src/analytics.adoc +++ b/solr/solr-ref-guide/src/analytics.adoc @@ -33,7 +33,7 @@ Since the Analytics framework is a _search component_, it must be declared as su For distributed analytics requests over cloud collections, the component uses the `AnalyticsHandler` strictly for inter-shard communication. The Analytics Handler should not be used by users to submit analytics requests. -To use the Analytics Component, the first step is to install this contrib module's plugins into Solr -- see the <> section on how to do this. +To use the Analytics Component, the first step is to install this contrib module's plugins into Solr -- see the <> section on how to do this. Note: Method with `` directive doesn't work. Instead copy `${solr.install.dir}/dist/solr-analytics-x.x.x.jar` to `${solr.install.dir}/server/solr-webapp/webapp/WEB-INF/lib/`, as described in the <>. Next you need to register the request handler and search component. Add the following lines to `solrconfig.xml`, near the defintions for other request handlers: