StopAnalyzerDefinition

com.sksamuel.elastic4s.requests.analyzers.StopAnalyzerDefinition
case class StopAnalyzerDefinition(name: String, stopwords: Iterable[String]) 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 stopwords(stopwords: Iterable[String]): StopAnalyzerDefinition
def stopwords(stopwords: String, rest: String*): StopAnalyzerDefinition

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