@@ -752,8 +752,11 @@ <h5>Response</h5>
752
752
< div class ="row ">
753
753
< div class ="span12 ">
754
754
< p > The clustering plugin comes with several open-source algorithms from
755
- the < a href ="https://project.carrot2.org "> Carrot< sup > 2</ sup > </ a > project and has a built-in support
756
- for the commercial < a href ="https://carrotsearch.com/lingo3g "> Lingo3G</ a > clustering algorithm.</ p >
755
+ the < a href ="https://project.carrot2.org "> Carrot< sup > 2</ sup > </ a > project. An
756
+ < a href ="https://github.com/carrotsearch/elasticsearch-lingo3g "> extension plugin</ a > must be installed
757
+ separately to add support for
758
+ the commercial < a href ="https://carrotsearch.com/lingo3g "> Lingo3G</ a > clustering
759
+ algorithm.</ p >
757
760
758
761
< p > The question of which algorithm to choose depends on the amount of traffic (STC is faster than Lingo,
759
762
but arguably produces less intuitive clusters, Lingo3G is the fastest algorithm but is not free or
@@ -998,20 +1001,15 @@ <h5>Response</h5>
998
1001
</ dd >
999
1002
</ dl >
1000
1003
1001
- < p > For < a href ="https://carrotsearch.com/lingo3g "> Lingo3G</ a > , the license needs to be installed
1002
- at any of the following locations.</ p >
1004
+ < p > If < a href ="https://carrotsearch.com/lingo3g "> Lingo3G</ a >
1005
+ < a href ="https://github.com/carrotsearch/elasticsearch-lingo3g "> extension plugin</ a > is installed and
1006
+ the algorithm is available, the license needs to be installed at any of the following locations.</ p >
1003
1007
1004
1008
< dl >
1005
- < dt > < code > {es.home}/config/license.xml</ code > ,< br />
1006
- < code > {es.home}/config/.license.xml</ code > ,< br />
1007
- < code > {plugin.zip}/elasticsearch/config/license.xml</ code > ,< br />
1008
- < code > {plugin.zip}/elasticsearch/config/.license.xml</ code > </ dt >
1009
+ < dt > < code > {es.home}/config/license*.xml</ code > ,< br />
1010
+ < code > {plugin.zip}/elasticsearch/config/license*.xml</ code > </ dt >
1009
1011
< dd > </ dd >
1010
1012
</ dl >
1011
-
1012
- < p > If the license is installed inside the plugin, it should be copied to the ZIP file
1013
- < strong > before</ strong > the installation. Once installed, the plugin's configuration is
1014
- copied to < code > {es.home}/config/plugin-name/</ code > and can be tweaked there.</ p >
1015
1013
</ div >
1016
1014
</ div >
1017
1015
</ section >
0 commit comments