HunspellTokenFilter

com.sksamuel.elastic4s.analysis.HunspellTokenFilter
case class HunspellTokenFilter(name: String, locale: String, dedup: Option[Boolean], longestOnly: Option[Boolean], dictionary: Option[String]) extends TokenFilter

Attributes

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

Members list

Value members

Concrete methods

override def build: XContentBuilder

Attributes

Definition Classes
def dedup(dedup: Boolean): HunspellTokenFilter
def dictionary(dictionary: String): HunspellTokenFilter
def locale(locale: String): HunspellTokenFilter
def longestOnly(longestOnly: Boolean): HunspellTokenFilter

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product