com.sksamuel.elastic4s.handlers.searches.suggestion

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class DirectGenerator(field: String, size: Option[Int], suggestMode: Option[String], maxEdits: Option[Integer], prefixLength: Option[Int], minWordLength: Option[Int], maxInspections: Option[Int], minDocFreq: Option[Float], maxTermFreq: Option[Float], preFilter: Option[String], postFilter: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PhraseSuggestion(name: String, fieldname: String, analyzer: Option[String], collateParams: Map[String, AnyRef], collatePrune: Option[Boolean], collateQuery: Option[Script], directGenerators: Seq[DirectGenerator], confidence: Option[Float], forceUnigrams: Option[Boolean], gramSize: Option[Int], preTag: Option[String], postTag: Option[String], maxErrors: Option[Float], realWordErrorLikelihood: Option[Float], separator: Option[String], tokenLimit: Option[Int], size: Option[Int], shardSize: Option[Int], text: Option[String]) extends Suggestion

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type