mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
parent
40d5beaf41
commit
6eec065353
@ -54,7 +54,10 @@ GET /_search
|
||||
// CONSOLE
|
||||
|
||||
Finally, for complete control, you can specify both `includes` and `excludes`
|
||||
patterns:
|
||||
patterns. If `includes` is not empty, then only fields that match one of the
|
||||
patterns in `includes` but none of the patterns in `excludes` are provided in
|
||||
`_source`. If `includes` is empty, then all fields are provided in `_source`,
|
||||
except for those that match a pattern in `excludes`.
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user