SnowballAnalyzerDefinition

case class SnowballAnalyzerDefinition(name: String, lang: String, stopwords: Iterable[String]) extends AnalyzerDefinition
Deprecated
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def build(source: XContentBuilder): Unit
def stopwords(stopwords: Iterable[String]): SnowballAnalyzerDefinition
def stopwords(stopwords: String, rest: String*): SnowballAnalyzerDefinition

Inherited methods

def build(): XContentBuilder
Inherited from:
AnalyzerDefinition
def buildWithName(): XContentBuilder
Inherited from:
AnalyzerDefinition
def buildWithName(source: XContentBuilder): Unit
Inherited from:
AnalyzerDefinition
def json: XContentBuilder
Inherited from:
AnalyzerDefinition
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product