LimitTokenCountTokenFilter

com.sksamuel.elastic4s.requests.analyzers.LimitTokenCountTokenFilter
case class LimitTokenCountTokenFilter(name: String, maxTokenCount: Option[Int], consumeAllTokens: Option[Boolean]) extends TokenFilterDefinition

Attributes

Deprecated
true
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(source: XContentBuilder): Unit

Attributes

Definition Classes
def consumeAllTokens(consumeAllTokens: Boolean): LimitTokenCountTokenFilter
def maxTokenCount(maxTokenCount: Int): LimitTokenCountTokenFilter

Inherited methods

def json: XContentBuilder

Attributes

Inherited from:
AnalyzerFilterDefinition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val filterType: String