mirror of https://github.com/apache/lucene.git
SOLR-11947: Try new anchor format
This commit is contained in:
parent
3adacbc677
commit
8e68bdffeb
|
@ -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
|
||||
|
|
|
@ -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>>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue