IpField

case class IpField(name: String, boost: Option[Double], docValues: Option[Boolean], ignoreMalformed: Option[Boolean], index: Option[Boolean], nullValue: Option[String], store: Option[Boolean]) 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 boost(boost: Double): IpField

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product