Skip to content

Commit 4660202

Browse files
authored
Fix comment for force_source (#305)
Signed-off-by: Karen X <[email protected]>
1 parent df9d46a commit 4660202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protos/schemas/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ message Highlight {
800800
// [optional] Provides a locale for the boundary_scanner. Valid values are language tags (for example, "en-US"). Default is Locale.ROOT.
801801
optional string boundary_scanner_locale = 5;
802802

803-
// [x-deprecated]
803+
// [optional] Forces the highlighting to highlight fields based on the source even if fields are stored separately.
804804
optional bool force_source = 6;
805805

806806
// [optional] Specifies how to split text into highlighted fragments. Valid only for the plain highlighter. Default HIGHLIGHTER_FRAGMENTER_SPAN.

0 commit comments

Comments
 (0)