AnalyseToken

com.sksamuel.elastic4s.requests.indexes.analyze.AnalyseToken
case class AnalyseToken(token: String, startOffset: Int, endOffset: Int, tokenType: String, position: Int, hexBytes: Option[String], positionLength: Option[Int], termFrequency: Option[Int], keyword: Option[Boolean])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product