mirror of https://github.com/apache/lucene.git
SOLR-11947: Fix more broken links
This commit is contained in:
parent
bd429347b1
commit
3adacbc677
|
@ -34,13 +34,13 @@ record in your Solr Cloud cluster computable.
|
|||
|
||||
== <<vector-math.adoc#vector-math,Vector Math>>
|
||||
|
||||
== <<variables.adoc#variables.adoc,Variables>>
|
||||
== <<variables.adoc#variables,Variables>>
|
||||
|
||||
== <<matrix-math.adoc#matrix-math,Matrix Math>>
|
||||
|
||||
== <<vectorization.adoc#vectorization,Streams and Vectorization>>
|
||||
|
||||
== <<term-vectors.adoc#term-vectors,Text Analysis and Term Vectors>>
|
||||
== <<term-vectors.adoc#text-analysis-and-term-vectors,Text Analysis and Term Vectors>>
|
||||
|
||||
== <<statistics.adoc#statistics,Statistics>>
|
||||
|
||||
|
|
|
@ -159,7 +159,7 @@ Returns the following response:
|
|||
|
||||
== Data Structures
|
||||
|
||||
Several types of data can be manipulated with the statistical programming syntax. The following sections explore <<Arrays,arrays>>, <<Tuples,tuples>>, and <<Lists,lists>>.
|
||||
Several types of data can be manipulated with the statistical programming syntax. The following sections explore arrays, tuples and lists.
|
||||
|
||||
=== Creating Arrays
|
||||
|
||||
|
|
Loading…
Reference in New Issue