Ref Guide: Fix link to Tika docs on lang detection; typo in autoscaling API path

This commit is contained in:
Cassandra Targett 2018-03-02 13:56:03 -06:00
parent 71fc9cd43d
commit b470a63690
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Solr can identify languages and map text to language-specific fields during inde
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
* OpenNLP language detection: http://opennlp.apache.org/docs/1.8.4/manual/opennlp.html#tools.langdetect

View File

@ -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.
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]
----