NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
indices.validateQuery
editindices.validateQuery
editclient.indices.validateQuery({
index: string | string[],
type: string | string[],
explain: boolean,
ignore_unavailable: boolean,
allow_no_indices: boolean,
expand_wildcards: 'open' | 'closed' | 'none' | 'all',
q: string,
analyzer: string,
analyze_wildcard: boolean,
default_operator: 'AND' | 'OR',
df: string,
lenient: boolean,
rewrite: boolean,
all_shards: boolean,
body: object
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|