StandardAnalyzer

com.sksamuel.elastic4s.analysis.StandardAnalyzer
case class StandardAnalyzer(name: String, stopwords: Iterable[String], maxTokenLength: Int) 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 maxTokenLength(maxTokenLength: Int): StandardAnalyzer
def stopwords(stopwords: Iterable[String]): StandardAnalyzer
def stopwords(stopwords: String, rest: String*): StandardAnalyzer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product