mirror of https://github.com/apache/lucene.git
SOLR-12045: Know how Analytic Component deployment.
This commit is contained in:
parent
2d8650d36c
commit
16e537db7e
|
@ -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 <<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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue