java.lang.Object
org.elasticsearch.dissect.DissectKey
A Key of a dissect pattern. This class models the name and modifiers and provides some validation.
For dissect pattern of %{a} %{+a} %{b} the dissect keys are:
a+ab
A single key is composed of a name and it's modifiers. For the key +a, a is the name and + is the modifier.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary