SearchAsYouTypeField

com.sksamuel.elastic4s.fields.SearchAsYouTypeField
See theSearchAsYouTypeField companion object
case class SearchAsYouTypeField(name: String, analyzer: Option[String], searchAnalyzer: Option[String], boost: Option[Double], copyTo: Seq[String], docValues: Option[Boolean], fielddata: Option[Boolean], ignoreAbove: Option[Int], index: Option[Boolean], indexOptions: Option[String], maxShingleSize: Option[Int], norms: Option[Boolean], similarity: Option[String], store: Option[Boolean], termVector: Option[String], meta: Map[String, String]) extends ElasticField

Attributes

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

Members list

Value members

Concrete methods

override def `type`: String

Attributes

Definition Classes
def analyzer(name: String): SearchAsYouTypeField
def boost(boost: Double): SearchAsYouTypeField
def copyTo(copyTo: String*): SearchAsYouTypeField
def copyTo(copyTo: Iterable[String]): SearchAsYouTypeField
def fielddata(fielddata: Boolean): SearchAsYouTypeField
def ignoreAbove(ignoreAbove: Int): SearchAsYouTypeField
def index(index: Boolean): SearchAsYouTypeField
def indexOptions(indexOptions: String): SearchAsYouTypeField
def maxShingleSize(maxShingleSize: Int): SearchAsYouTypeField
def norms(norms: Boolean): SearchAsYouTypeField
def similarity(similarity: String): SearchAsYouTypeField
def stored(store: Boolean): SearchAsYouTypeField
def termVector(termVector: String): SearchAsYouTypeField

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product