com.sksamuel.elastic4s.requests.indexes.analyze

Members list

Type members

Classlikes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class AnalyzeRequest(text: Seq[String], analyzer: Option[String], explain: Boolean, index: Option[String], tokenizer: Option[String], filters: Seq[String], charFilters: Seq[String], attributes: Seq[String], normalizer: Option[String], field: Option[String], rawFiltersFromAnalyzer: Seq[Analyzer])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class ExplainAnalyzeDetail(customAnalyzer: Boolean, analyzer: Option[ExplainAnalyzer], tokenFilters: Seq[ExplainTokenFilters])

Attributes

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

response of analyzerRequest with explain = true

response of analyzerRequest with explain = true

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ExplainAnalyzer(name: String, tokens: Seq[AnalyseToken])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ExplainTokenFilters(name: String, tokens: Seq[AnalyseToken])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NoExplainAnalyzeResponse(tokens: Seq[AnalyseToken]) extends AnalyzeResponse

response of analyzerRequest with explain = false

response of analyzerRequest with explain = false

Attributes

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