StopAnalyzer

com.sksamuel.elastic4s.analysis.StopAnalyzer
case class StopAnalyzer(name: String, stopwords: Iterable[String]) extends Analyzer

Attributes

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

Members list

Value members

Concrete methods

def build: XContentBuilder
def stopwords(stopwords: Iterable[String]): StopAnalyzer
def stopwords(stopwords: String, rest: String*): StopAnalyzer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product