CompletionSuggestionOption

com.sksamuel.elastic4s.requests.searches.suggestion.CompletionSuggestionOption
case class CompletionSuggestionOption(options: Map[String, Any])

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

Concrete fields

val `type`: Option[String]
val id: Option[Any]
val index: Option[String]
val score: Double
val source: Map[String, AnyRef]
val text: String