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

lucene-solr:master: SOLR-11947: Try another new anchor format

Repository: lucene-solr
Updated Branches:
  refs/heads/master e595541ef -> e51735d8e


SOLR-11947: Try another new anchor format


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

Branch: refs/heads/master
Commit: e51735d8ea506fa003a1c6f3b81b0a9ca6488bb8
Parents: e595541
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Mar 26 22:18:38 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Mar 26 22:18:56 2018 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/machine-learning.adoc | 2 +-
 solr/solr-ref-guide/src/math-expressions.adoc | 2 +-
 solr/solr-ref-guide/src/term-vectors.adoc     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e51735d8/solr/solr-ref-guide/src/machine-learning.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/machine-learning.adoc b/solr/solr-ref-guide/src/machine-learning.adoc
index 2290388..ce8e91f 100644
--- a/solr/solr-ref-guide/src/machine-learning.adoc
+++ b/solr/solr-ref-guide/src/machine-learning.adoc
@@ -267,7 +267,7 @@ Once the clustering has been completed there are a number of useful functions av
 for examining the *clusters* and *centroids*.
 
 The examples below are clustering *term vectors*.
-The chapter on <<term-vectors.adoc#text1,Text Analysis and Term Vectors>> should be
+The chapter on <<term-vectors.adoc#term-vectors,Text Analysis and Term Vectors>> should be
 consulted for a full explanation of these features.
 
 === Centroid Features

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e51735d8/solr/solr-ref-guide/src/math-expressions.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index d2c3dec..3f9ed1a 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -40,7 +40,7 @@ record in your Solr Cloud cluster computable.
 
 == <<vectorization.adoc#vectorization,Streams and Vectorization>>
 
-== <<term-vectors.adoc#text1,Text Analysis and Term Vectors>>
+== <<term-vectors.adoc#term-vectors,Text Analysis and Term Vectors>>
 
 == <<statistics.adoc#statistics,Statistics>>
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e51735d8/solr/solr-ref-guide/src/term-vectors.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/term-vectors.adoc b/solr/solr-ref-guide/src/term-vectors.adoc
index 0ddf9ad..32c4bfa 100644
--- a/solr/solr-ref-guide/src/term-vectors.adoc
+++ b/solr/solr-ref-guide/src/term-vectors.adoc
@@ -1,4 +1,4 @@
-= [[text1]]Text Analysis and Term Vectors
+= Text Analysis and Term Vectors
 // Licensed to the Apache Software Foundation (ASF) under one
 // or more contributor license agreements.  See the NOTICE file
 // distributed with this work for additional information