mirror of https://github.com/apache/lucene.git
Ref Guide: Fix link to Tika docs on lang detection; typo in autoscaling API path
This commit is contained in:
parent
71fc9cd43d
commit
b470a63690
|
@ -20,7 +20,7 @@ Solr can identify languages and map text to language-specific fields during inde
|
||||||
|
|
||||||
Solr supports three implementations of this feature:
|
Solr supports three implementations of this feature:
|
||||||
|
|
||||||
* Tika's language detection feature: http://tika.apache.org/0.10/detection.html
|
* Tika's language detection feature: https://tika.apache.org/1.17/detection.html
|
||||||
* LangDetect language detection: https://github.com/shuyo/language-detection
|
* LangDetect language detection: https://github.com/shuyo/language-detection
|
||||||
* OpenNLP language detection: http://opennlp.apache.org/docs/1.8.4/manual/opennlp.html#tools.langdetect
|
* OpenNLP language detection: http://opennlp.apache.org/docs/1.8.4/manual/opennlp.html#tools.langdetect
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,7 @@ Suggestions are operations recommended by the system according to the policies a
|
||||||
|
|
||||||
Suggestions are made only if there are `violations` to active policies. The `operation` section of the response uses the defined preferences to identify the target node.
|
Suggestions are made only if there are `violations` to active policies. The `operation` section of the response uses the defined preferences to identify the target node.
|
||||||
|
|
||||||
The API is available at `/admin/autocaling/suggestion`. Here is an example output from a suggestion request:
|
The API is available at `/admin/autoscaling/suggestion`. Here is an example output from a suggestion request:
|
||||||
|
|
||||||
[source,json]
|
[source,json]
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue