SOLR-12045: Know how Analytic Component deployment.

This commit is contained in:
Mikhail Khludnev 2020-01-23 00:04:21 +03:00 committed by Mikhail Khludnev
parent 2d8650d36c
commit 16e537db7e
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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 <<solr-plugins.adoc#installing-plugins,Solr Plugins>> 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 <<solr-plugins.adoc#installing-plugins,Solr Plugins>> section on how to do this. Note: Method with `<lib/>` 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 <<libs.adoc#lib-directories,lib directories documentation>>.
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: 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: