Class QueryTerm (0.11.13)

QueryTerm(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Matcher for search request query

Attributes

Name Description
value str
The specific query value to match against Must be lowercase, must be UTF-8. Can have at most 3 space separated terms if full_match is true. Cannot be an empty string. Maximum length of 5000 characters.
full_match bool
Whether the search query needs to exactly match the query term.