You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/docs/get.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ will fail.
125
125
[float]
126
126
[[generated-fields]]
127
127
=== Generated fields
128
-
coming[1.4.0.Beta1]
128
+
added[1.4.0.Beta1]
129
129
130
130
If no refresh occurred between indexing and refresh, GET will access the transaction log to fetch the document. However, some fields are generated only when indexing.
131
131
If you try to access a field that is only generated when indexing, you will get an exception (default). You can choose to ignore field that are generated if the transaction log is accessed by setting `ignore_errors_on_generated_fields=true`.
or by adding the requested fields in the request body (see
24
24
example below). Fields can also be specified with wildcards
25
-
in similar way to the <<query-dsl-multi-match-query,multi match query>> coming[1.4.0.Beta1].
25
+
in similar way to the <<query-dsl-multi-match-query,multi match query>> added[1.4.0.Beta1].
26
26
27
27
[float]
28
28
=== Return values
@@ -43,7 +43,7 @@ If the requested information wasn't stored in the index, it will be
43
43
computed on the fly if possible. Additionally, term vectors could be computed
44
44
for documents not even existing in the index, but instead provided by the user.
45
45
46
-
coming[1.4.0.Beta1,The ability to computed term vectors on the fly as well as support for artificial documents is only available from 1.4.0 onwards (see below example 2 and 3 respectively)]
46
+
added[1.4.0.Beta1,The ability to computed term vectors on the fly as well as support for artificial documents is only available from 1.4.0 onwards (see below example 2 and 3 respectively)]
Copy file name to clipboardExpand all lines: docs/reference/indices/aliases.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ the same index. The filter can be defined using Query DSL and is applied
74
74
to all Search, Count, Delete By Query and More Like This operations with
75
75
this alias.
76
76
77
-
coming[1.4.0.Beta1,Fields referred to in alias filters must exist in the mappings of the index/indices pointed to by the alias]
77
+
added[1.4.0.Beta1,Fields referred to in alias filters must exist in the mappings of the index/indices pointed to by the alias]
78
78
79
79
To create a filtered alias, first we need to ensure that the fields already
80
80
exist in the mapping:
@@ -312,7 +312,7 @@ Possible options:
312
312
313
313
The rest endpoint is: `/{index}/_alias/{alias}`.
314
314
315
-
coming[1.4.0.Beta1,The API will always include an `aliases` section, even if there aren't any aliases. Previous versions would not return the `aliases` section]
315
+
added[1.4.0.Beta1,The API will always include an `aliases` section, even if there aren't any aliases. Previous versions would not return the `aliases` section]
316
316
317
317
WARNING: For future versions of Elasticsearch, the default <<multi-index>> options will error if a requested index is unavailable. This is to bring
0 commit comments