Skip to content

Commit d0a6a88

Browse files
author
Clinton Gormley
committed
Fixed a typo on the highlighting page
1 parent 0f7f9c2 commit d0a6a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/reference/api/search/highlighting.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ p. In the above case, the @content@ field will be highlighted for each search hi
2222

2323
p. In order to perform highlighting, the actual content of the field is required. If the field in question is stored (has @store@ set to @yes@ in the mapping), it will be used, otherwise, the actual @_source@ will be loaded and the relevant field will be extracted from it.
2424

25-
p. If no @term_vector@ information is provided (by setting it to @with_positions_offset@ in the mapping), then the plain highlighter will be used. If it is provided, then the fast vector highlighter will be used. When term vectors are available, highlighting will be performed faster at the cost of bigger index size.
25+
p. If no @term_vector@ information is provided (by setting it to @with_positions_offsets@ in the mapping), then the plain highlighter will be used. If it is provided, then the fast vector highlighter will be used. When term vectors are available, highlighting will be performed faster at the cost of bigger index size.
2626

2727
p. Here is an example of setting the @content@ field to allow for highlighting on it (this will cause the index to be bigger):
2828

0 commit comments

Comments
 (0)