OpenSearch/modules/analysis-common
Alan Woodward 697c693ee7 Reset Token position on reuse in scripted analysis (#47424)
Most of the information in AnalysisPredicateScript.Token is pulled directly
from its underlying AttributeSource, but we also keep track of the token position,
and this state is held directly on the Token. This information needs to be reset when
the containing ScriptFilteringTokenFilter or ScriptedConditionTokenFilter is re-used.

Fixes #47197
2019-10-02 11:27:04 +01:00
..
src Reset Token position on reuse in scripted analysis (#47424) 2019-10-02 11:27:04 +01:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00