[Docs] Note that wildcard field supports `null_value`
This commit is contained in:
parent
358c522f16
commit
f2179fc3e8
|
@ -58,6 +58,11 @@ The following parameters are accepted by `wildcard` fields:
|
|||
|
||||
[horizontal]
|
||||
|
||||
<<null-value,`null_value`>>::
|
||||
|
||||
Accepts a string value which is substituted for any explicit `null`
|
||||
values. Defaults to `null`, which means the field is treated as missing.
|
||||
|
||||
<<ignore-above,`ignore_above`>>::
|
||||
|
||||
Do not index any string longer than this value. Defaults to `2147483647`
|
||||
|
|
Loading…
Reference in New Issue