StandardAnalyzerDefinition

com.sksamuel.elastic4s.requests.analyzers.StandardAnalyzerDefinition
case class StandardAnalyzerDefinition(name: String, stopwords: Iterable[String], maxTokenLength: Int) extends AnalyzerDefinition

Attributes

Deprecated
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def build(): XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def buildWithName(): XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def buildWithName(source: XContentBuilder): Unit

Attributes

Inherited from:
AnalyzerDefinition
def json: XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product