SearchAsYouTypeField

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
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def `type`: String
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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product