mirror of https://github.com/apache/lucene.git
Correct sandbox class name.
This commit is contained in:
parent
22296f28a2
commit
f7779339d5
|
@ -457,7 +457,7 @@ The graph is built according to linkages between documents based on the terms fo
|
|||
|
||||
Supported field types are point fields with docValues enabled, or string fields with `indexed=true` or `docValues=true`.
|
||||
|
||||
TIP: For string fields which are `indexed=false` and `docValues=true`, please refer to the javadocs for {lucene-javadocs}/sandbox/org/apache/lucene/search/DocValuesTermsQuery.html[`DocValuesTermsQuery`]
|
||||
TIP: For string fields which are `indexed=false` and `docValues=true`, please refer to the javadocs for {lucene-javadocs}/sandbox/org/apache/lucene/sandbox/search/DocValuesTermsQuery.html[`DocValuesTermsQuery`]
|
||||
for its performance characteristics so `indexed=true` will perform better for most use-cases.
|
||||
|
||||
=== Graph Query Parameters
|
||||
|
|
Loading…
Reference in New Issue