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 01:27:12 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 3adacbc67 -> 8e68bdffe


SOLR-11947: Try 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/8e68bdff
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8e68bdff
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8e68bdff

Branch: refs/heads/master
Commit: 8e68bdffebb47389298183f6a5e86ec32b3bf975
Parents: 3adacbc
Author: Joel Bernstein <jb...@apache.org>
Authored: Mon Mar 26 21:27:04 2018 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Mon Mar 26 21:27:04 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/8e68bdff/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 577220a..2290388 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 link:term-vectors.adoc#term-vectors[Text Analysis and Term Vectors] should be
+The chapter on <<term-vectors.adoc#text1,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/8e68bdff/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 62d16fe..d2c3dec 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#text-analysis-and-term-vectors,Text Analysis and Term Vectors>>
+== <<term-vectors.adoc#text1,Text Analysis and Term Vectors>>
 
 == <<statistics.adoc#statistics,Statistics>>
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8e68bdff/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 32c4bfa..0ddf9ad 100644
--- a/solr/solr-ref-guide/src/term-vectors.adoc
+++ b/solr/solr-ref-guide/src/term-vectors.adoc
@@ -1,4 +1,4 @@
-= Text Analysis and Term Vectors
+= [[text1]]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