Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.67 KB

Highlight.md

File metadata and controls

34 lines (29 loc) · 1.67 KB

Highlight

Query HIGHLIGHT expression

Properties

Name Type Description Notes
fieldnames [str] [optional]
fields [HighlightField] [optional]
encoder str [optional]
highlight_query {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
pre_tags str [optional] [default to ""]
post_tags str [optional] [default to ""]
no_match_size int [optional]
fragment_size int [optional] [default to 256]
number_of_fragments int [optional] [default to 0]
limit int [optional] [default to 256]
limit_words int [optional] [default to 0]
limit_snippets int [optional] [default to 0]
limits_per_field bool [optional] [default to False]
use_boundaries bool [optional] [default to False]
force_all_words bool [optional] [default to False]
allow_empty bool [optional] [default to False]
emit_zones bool [optional] [default to False]
force_snippets bool [optional] [default to False]
around int [optional] [default to 5]
start_snippet_id int [optional] [default to 1]
html_strip_mode str [optional]
snippet_boundary str [optional]

[Using in search requests]

[Back to Model list] [Back to API list] [Back to README]