struct Elasticsearch::Indices::Settings::Analysis::Stemmer

Defined in:

indices.cr

Constructors

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

Constructor Detail

def self.new(type : Type, language : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(language : String) #

[View source]

Instance Method Detail

def language : String #

[View source]