struct Elasticsearch::Indices::Settings::Analysis::KeywordMarker
- Elasticsearch::Indices::Settings::Analysis::KeywordMarker
- Elasticsearch::Indices::Settings::Analysis::Filter
- Struct
- Value
- Object
Defined in:
indices.crConstructors
- .new(type : Type, keywords : Array(String))
- .new(pull : JSON::PullParser)
- .new(keywords : Array(String))
Instance Method Summary
Instance methods inherited from struct Elasticsearch::Indices::Settings::Analysis::Filter
type : Type
type
Constructor methods inherited from struct Elasticsearch::Indices::Settings::Analysis::Filter
new(pull : JSON::PullParser)new(type : Type)
new(*, stopwords : String)
new(*, keywords : Array(String))
new(*, language : String) new