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: guide/reference/mapping/all-field.textile
+3-1
Original file line number
Diff line number
Diff line change
@@ -53,5 +53,7 @@ p. The @_all@ fields allows for @store@, @term_vector@ and @analyzer@ (with spec
53
53
54
54
h2. Highlighting
55
55
56
-
For any field to allow "highlighting":../api/search/highlighting.html it has to be either stored or part of the @_source@ field. By default @_all@ field does not qualify for either of this thus highlighting for it does not yield any data. Although it is possible to @store@ it, note that the @_all@ field is basically an aggregation of all fields, which means more data will be stored, and highlighting it might produce strange results.
56
+
For any field to allow "highlighting":../api/search/highlighting.html it has to be either stored or part of the @_source@ field. By default @_all@ field does not qualify for either, so highlighting for it does not yield any data.
57
+
58
+
Although it is possible to @store@ the @all@ field, it is basically an aggregation of all fields, which means more data will be stored, and highlighting it might produce strange results.
0 commit comments