You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/03/02 19:56:40 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 71fc9cd43 -> b470a6369


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b470a636
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b470a636
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b470a636

Branch: refs/heads/master
Commit: b470a63690cc4a0edabc41f5d65e17994442a4a9
Parents: 71fc9cd
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Mar 2 13:56:03 2018 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Mar 2 13:56:33 2018 -0600

----------------------------------------------------------------------
 solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc | 2 +-
 solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b470a636/solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc b/solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc
index 61394f1..f45e9a1 100644
--- a/solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc
+++ b/solr/solr-ref-guide/src/detecting-languages-during-indexing.adoc
@@ -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
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b470a636/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
index cbc66d6..1c78644 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc
@@ -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]
 ----