SOLR-11947: Try new anchor format

This commit is contained in:
Joel Bernstein 2018-03-26 21:27:04 -04:00
parent 3adacbc677
commit 8e68bdffeb
3 changed files with 3 additions and 3 deletions

View File

@ -267,7 +267,7 @@ Once the clustering has been completed there are a number of useful functions av
for examining the *clusters* and *centroids*. for examining the *clusters* and *centroids*.
The examples below are clustering *term vectors*. 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. consulted for a full explanation of these features.
=== Centroid Features === Centroid Features

View File

@ -40,7 +40,7 @@ record in your Solr Cloud cluster computable.
== <<vectorization.adoc#vectorization,Streams and Vectorization>> == <<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>> == <<statistics.adoc#statistics,Statistics>>

View File

@ -1,4 +1,4 @@
= Text Analysis and Term Vectors = [[text1]]Text Analysis and Term Vectors
// Licensed to the Apache Software Foundation (ASF) under one // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file // or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information // distributed with this work for additional information