Class

com.sksamuel.elastic4s.indexes

IndexRequest

Related Doc: package indexes

Permalink

case class IndexRequest(indexAndType: IndexAndType, id: Option[String] = None, createOnly: Option[Boolean] = None, refresh: Option[RefreshPolicy] = None, parent: Option[String] = None, pipeline: Option[String] = None, routing: Option[String] = None, timeout: Option[String] = None, version: Option[Long] = None, versionType: Option[VersionType] = None, fields: Seq[FieldValue] = Nil, source: Option[String] = None) extends BulkCompatibleRequest with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BulkCompatibleRequest, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BulkCompatibleRequest
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexRequest(indexAndType: IndexAndType, id: Option[String] = None, createOnly: Option[Boolean] = None, refresh: Option[RefreshPolicy] = None, parent: Option[String] = None, pipeline: Option[String] = None, routing: Option[String] = None, timeout: Option[String] = None, version: Option[Long] = None, versionType: Option[VersionType] = None, fields: Seq[FieldValue] = Nil, source: Option[String] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def createOnly(createOnly: Boolean): IndexRequest

    Permalink
  7. val createOnly: Option[Boolean]

    Permalink
  8. def doc[T](t: T)(implicit arg0: Indexable[T]): IndexRequest

    Permalink
  9. def doc(json: String): IndexRequest

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def fieldValues(fields: FieldValue*): IndexRequest

    Permalink
  12. def fields(fields: Map[String, Any]): IndexRequest

    Permalink
  13. def fields(_fields: Iterable[(String, Any)]): IndexRequest

    Permalink
  14. def fields(_fields: (String, Any)*): IndexRequest

    Permalink
  15. val fields: Seq[FieldValue]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def id(id: String): IndexRequest

    Permalink
  18. val id: Option[String]

    Permalink
  19. val indexAndType: IndexAndType

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def parent(parent: String): IndexRequest

    Permalink
  25. val parent: Option[String]

    Permalink
  26. def pipeline(pipeline: String): IndexRequest

    Permalink
  27. val pipeline: Option[String]

    Permalink
  28. def refresh(refresh: RefreshPolicy): IndexRequest

    Permalink
  29. val refresh: Option[RefreshPolicy]

    Permalink
  30. def refreshImmediately: IndexRequest

    Permalink
  31. def routing(routing: String): IndexRequest

    Permalink
  32. val routing: Option[String]

    Permalink
  33. def source[T](t: T)(implicit indexable: Indexable[T]): IndexRequest

    Permalink
  34. def source(json: String): IndexRequest

    Permalink
  35. val source: Option[String]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def timeout(duration: FiniteDuration): IndexRequest

    Permalink
  38. def timeout(timeout: String): IndexRequest

    Permalink
  39. val timeout: Option[String]

    Permalink
  40. def version(version: Long): IndexRequest

    Permalink
  41. val version: Option[Long]

    Permalink
  42. def versionType(versionType: VersionType): IndexRequest

    Permalink
  43. val versionType: Option[VersionType]

    Permalink
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withId(id: String): IndexRequest

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def refresh(refresh: String): IndexRequest

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 6.0.0) use the typed version, refresh(RefreshPolicy)

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BulkCompatibleRequest

Inherited from AnyRef

Inherited from Any

Ungrouped