Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit c24b29f

Browse files
committed
Tweak docs.
1 parent 4458f64 commit c24b29f

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

doc/examples.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,11 @@ <h5>Response</h5>
752752
<div class="row">
753753
<div class="span12">
754754
<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>
757760

758761
<p>The question of which algorithm to choose depends on the amount of traffic (STC is faster than Lingo,
759762
but arguably produces less intuitive clusters, Lingo3G is the fastest algorithm but is not free or
@@ -998,20 +1001,15 @@ <h5>Response</h5>
9981001
</dd>
9991002
</dl>
10001003

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>
10031007

10041008
<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>
10091011
<dd></dd>
10101012
</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>
10151013
</div>
10161014
</div>
10171015
</section>

0 commit comments

Comments
 (0)