templates.SpanContentTemplateSchema
- class templates.SpanContentTemplateSchema(*args, **kwargs)
Span Content template
Parameters
Parameters
Name Type Default Info span_text_field strSpan field. span_field strField from which spans are extracted. operator {"MATCHES", "CONTAINS", "STARTS", "ENDS"}Operator. value strPattern. regex boolFalseIf True, the pattern is treated as a regex. case_sensitive boolFalseCase sensitive or not. tokenize boolFalseTokenize or not.