Skip to content

Commit c6e7171

Browse files
committed
"All Field" -- Update grammar, structure
1 parent 0e4a139 commit c6e7171

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guide/reference/mapping/all-field.textile

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ p. The @_all@ fields allows for @store@, @term_vector@ and @analyzer@ (with spec
5353

5454
h2. Highlighting
5555

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.
5759

0 commit comments

Comments
 (0)