Skip to main content
Version: 0.91

templates.SpanContextTemplateSchema

class templates.SpanContextTemplateSchema(*args, **kwargs)

Span Context template

Parameters

NameTypeDefaultInfo
operator{"LEFT", "RIGHT", "LEFT OR RIGHT"}Operator.
valuestrValue.
windowintThe number of words within the span that we will search.
regexboolFalseIf True, the pattern is treated as a regex.
case_sensitiveboolFalseCase sensitive or not.
tokenizeboolFalseTokenize or not.