Skip to content

Commit

Permalink
More link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Nov 21, 2024
1 parent cc4050c commit 33540c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference-shared-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13299,7 +13299,7 @@ interface QueryDslFuzzyQuery extends <<QueryDslQueryBase>> {
transpositions?: boolean
pass:[/**] @property fuzziness Maximum edit distance allowed for matching. */
fuzziness?: <<Fuzziness>>
pass:[/**] @property value <<Term>> you wish to find in the provided field. */
pass:[/**] @property value Term you wish to find in the provided field. */
value: string | <<double>> | boolean
}
[pass]
Expand Down Expand Up @@ -15137,7 +15137,7 @@ interface QueryDslSparseVectorQuery extends <<QueryDslQueryBase>> {
<pre>
++++
interface QueryDslTermQuery extends <<QueryDslQueryBase>> {
pass:[/**] @property value <<Term>> you wish to find in the provided field. */
pass:[/**] @property value Term you wish to find in the provided field. */
value: <<FieldValue>>
pass:[/**] @property case_insensitive Allows ASCII case insensitive matching of the value with the indexed field values when set to `true`. When `false`, the case sensitivity of matching depends on the underlying field’s mapping. */
case_insensitive?: boolean
Expand Down

0 comments on commit 33540c6

Please sign in to comment.