LimitTokenCountTokenFilter

com.sksamuel.elastic4s.analysis.LimitTokenCountTokenFilter
case class LimitTokenCountTokenFilter(name: String, maxTokenCount: Option[Int], consumeAllTokens: Option[Boolean]) 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 consumeAllTokens(consumeAllTokens: Boolean): LimitTokenCountTokenFilter
def maxTokenCount(maxTokenCount: Int): LimitTokenCountTokenFilter

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product