@@ -53,7 +53,7 @@ Specifies what to do when the request:
53
53
--
54
54
* Contains wildcard expressions and there are no {transforms} that match.
55
55
* Contains the `_all` string or no identifiers and there are no matches.
56
- * Contains wildcard expressions and there are only partial matches.
56
+ * Contains wildcard expressions and there are only partial matches.
57
57
58
58
The default value is `true` , which returns an empty `transforms` array when
59
59
there are no matches and the subset of results when there are partial matches.
@@ -69,7 +69,7 @@ Specifies what to do when the request:
69
69
--
70
70
* Contains wildcard expressions and there are no {transforms} that match.
71
71
* Contains the `_all` string or no identifiers and there are no matches.
72
- * Contains wildcard expressions and there are only partial matches.
72
+ * Contains wildcard expressions and there are only partial matches.
73
73
74
74
The default value is `true` , which returns a successful acknowledgement message
75
75
when there are no matches. When there are only partial matches, the API stops
@@ -90,7 +90,7 @@ end::analyzer[]
90
90
91
91
tag::analyze_wildcard[]
92
92
`analyze_wildcard` ::
93
- (Optional, boolean) If `true` , wildcard and prefix queries are
93
+ (Optional, boolean) If `true` , wildcard and prefix queries are
94
94
analyzed. Defaults to `false` .
95
95
end::analyze_wildcard[]
96
96
@@ -118,7 +118,7 @@ end::completion-fields[]
118
118
119
119
tag::default_operator[]
120
120
`default_operator` ::
121
- (Optional, string) The default operator for query string query: AND or OR.
121
+ (Optional, string) The default operator for query string query: AND or OR.
122
122
Defaults to `OR` .
123
123
end::default_operator[]
124
124
@@ -144,7 +144,7 @@ end::detailed[]
144
144
145
145
tag::df[]
146
146
`df` ::
147
- (Optional, string) Field to use as default where no field prefix is
147
+ (Optional, string) Field to use as default where no field prefix is
148
148
given in the query string.
149
149
end::df[]
150
150
@@ -181,14 +181,17 @@ Expand only to open indices.
181
181
`closed` ::
182
182
Expand only to closed indices.
183
183
184
+ `hidden` ::
185
+ Expansion of wildcards will include hidden indices.
186
+
184
187
`none` ::
185
188
Wildcard expressions are not accepted.
186
189
--
187
190
end::expand-wildcards[]
188
191
189
192
tag::field_statistics[]
190
193
`field_statistics` ::
191
- (Optional, boolean) If `true` , the response includes the document count, sum of document frequencies,
194
+ (Optional, boolean) If `true` , the response includes the document count, sum of document frequencies,
192
195
and sum of total term frequencies.
193
196
Defaults to `true` .
194
197
end::field_statistics[]
@@ -297,9 +300,9 @@ end::help[]
297
300
298
301
tag::bulk-id[]
299
302
`_id` ::
300
- (Optional, string)
303
+ (Optional, string)
301
304
The document ID.
302
- If no ID is specified, a document ID is automatically generated.
305
+ If no ID is specified, a document ID is automatically generated.
303
306
end::bulk-id[]
304
307
305
308
tag::if_primary_term[]
@@ -316,7 +319,7 @@ end::if_seq_no[]
316
319
317
320
tag::ignore_throttled[]
318
321
`ignore_throttled` ::
319
- (Optional, boolean) If `true` , concrete, expanded or aliased indices are
322
+ (Optional, boolean) If `true` , concrete, expanded or aliased indices are
320
323
ignored when throttled.
321
324
end::ignore_throttled[]
322
325
@@ -362,7 +365,7 @@ end::index[]
362
365
tag::bulk-index[]
363
366
`_index` ::
364
367
(Optional, string)
365
- The name of the target index.
368
+ The name of the target index.
366
369
Required if not specified as a path parameter.
367
370
end::bulk-index[]
368
371
@@ -447,7 +450,7 @@ end::index-template[]
447
450
448
451
tag::lenient[]
449
452
`lenient` ::
450
- (Optional, boolean) If `true` , format-based query failures (such as
453
+ (Optional, boolean) If `true` , format-based query failures (such as
451
454
providing text to a numeric field) will be ignored. Defaults to `false` .
452
455
end::lenient[]
453
456
@@ -618,13 +621,13 @@ end::search-q[]
618
621
619
622
tag::query[]
620
623
`query` ::
621
- (Optional, <<query-dsl,query object>>) Defines the search definition using the
624
+ (Optional, <<query-dsl,query object>>) Defines the search definition using the
622
625
<<query-dsl,Query DSL>>.
623
626
end::query[]
624
627
625
628
tag::realtime[]
626
629
`realtime` ::
627
- (Optional, boolean) If `true` , the request is real-time as opposed to near-real-time.
630
+ (Optional, boolean) If `true` , the request is real-time as opposed to near-real-time.
628
631
Defaults to `true` . See <<realtime>>.
629
632
end::realtime[]
630
633
@@ -638,7 +641,7 @@ end::refresh[]
638
641
639
642
tag::request_cache[]
640
643
`request_cache` ::
641
- (Optional, boolean) If `true` , the request cache is used for this request.
644
+ (Optional, boolean) If `true` , the request cache is used for this request.
642
645
Defaults to the index-level setting.
643
646
end::request_cache[]
644
647
@@ -668,14 +671,14 @@ end::cat-s[]
668
671
669
672
tag::scroll[]
670
673
`scroll` ::
671
- (Optional, <<time-units, time units>>) Specifies how long a consistent view of
674
+ (Optional, <<time-units, time units>>) Specifies how long a consistent view of
672
675
the index should be maintained for scrolled search.
673
676
end::scroll[]
674
677
675
678
tag::scroll_size[]
676
679
`scroll_size` ::
677
- (Optional, integer) Size of the scroll request that powers the operation.
678
- Defaults to 100.
680
+ (Optional, integer) Size of the scroll request that powers the operation.
681
+ Defaults to 100.
679
682
end::scroll_size[]
680
683
681
684
tag::search_timeout[]
@@ -731,7 +734,7 @@ end::size-transforms[]
731
734
732
735
tag::slices[]
733
736
`slices` ::
734
- (Optional, integer) The number of slices this task should be divided into.
737
+ (Optional, integer) The number of slices this task should be divided into.
735
738
Defaults to 1 meaning the task isn't sliced into subtasks.
736
739
end::slices[]
737
740
@@ -742,24 +745,24 @@ end::sort[]
742
745
743
746
tag::source[]
744
747
`_source` ::
745
- (Optional, string) True or false to return the `_source` field or not, or a
748
+ (Optional, string) True or false to return the `_source` field or not, or a
746
749
list of fields to return.
747
750
end::source[]
748
751
749
752
tag::source_excludes[]
750
753
`_source_excludes` ::
751
- (Optional, string) A list of fields to exclude from the returned `_source`
754
+ (Optional, string) A list of fields to exclude from the returned `_source`
752
755
field.
753
756
end::source_excludes[]
754
757
755
758
tag::source_includes[]
756
759
`_source_includes` ::
757
- (Optional, string) A list of fields to extract and return from the `_source`
760
+ (Optional, string) A list of fields to extract and return from the `_source`
758
761
field.
759
762
end::source_includes[]
760
763
761
764
tag::source-transforms[]
762
- The source of the data for the {transform} .
765
+ The source of the data for the {transform} .
763
766
end::source-transforms[]
764
767
765
768
tag::source-index-transforms[]
@@ -823,13 +826,13 @@ end::task-id[]
823
826
824
827
tag::term_statistics[]
825
828
`term_statistics` ::
826
- (Optional, boolean) If `true` , the response includes term frequency and document frequency.
829
+ (Optional, boolean) If `true` , the response includes term frequency and document frequency.
827
830
Defaults to `false` .
828
831
end::term_statistics[]
829
832
830
833
tag::terminate_after[]
831
834
`terminate_after` ::
832
- (Optional, integer) The maximum number of documents to collect for each shard,
835
+ (Optional, integer) The maximum number of documents to collect for each shard,
833
836
upon reaching which the query execution will terminate early.
834
837
end::terminate_after[]
835
838
@@ -871,7 +874,7 @@ end::transform-id-wildcard[]
871
874
872
875
tag::cat-v[]
873
876
`v` ::
874
- (Optional, boolean) If `true` , the response includes column headings.
877
+ (Optional, boolean) If `true` , the response includes column headings.
875
878
Defaults to `false` .
876
879
end::cat-v[]
877
880
@@ -912,6 +915,6 @@ end::wait_for_active_shards[]
912
915
913
916
tag::wait_for_completion[]
914
917
`wait_for_completion` ::
915
- (Optional, boolean) If `true` , the request blocks until the operation is complete.
918
+ (Optional, boolean) If `true` , the request blocks until the operation is complete.
916
919
Defaults to `true` .
917
920
end::wait_for_completion[]
0 commit comments