templates.FullTextRegexTemplateSchema
- class templates.FullTextRegexTemplateSchema(*args, **kwargs)
Full Text Regex template
Parameters
Parameters
Name Type Default Info columns List[str]List of fields to search. regex_pattern strRegex pattern. case_sensitive boolFalseCase sensitive or not. dot_matches_newline boolFalseIf True, make a dot . match any character at all, including a newline. start_end_match_line boolFalseIf True, the character ^ and $ match at the beginning of the string and at the end of the string, respectively. strict_location_match boolTrueStrict location match or not.