Class DissectKey

java.lang.Object
org.elasticsearch.dissect.DissectKey

public final class DissectKey extends Object

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
  • +a
  • b
This class represents a single key.

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: