is_search_term_reg_ex property
Leave feedback
On this page
The property indicating whether the search term should be treated as a regular expression or as a text literal. Default is False — treat as a text literal.
If True, SearchHighlightOptions.search_term is interpreted as a .NET Regex pattern.
If False, SearchHighlightOptions.search_term is searched as a text literal in the document.
@property
def is_search_term_reg_ex(self):
...
@is_search_term_reg_ex.setter
def is_search_term_reg_ex(self, value):
...
- class
SearchHighlightOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.