Packages

final class WriteMessage[T, C] extends AnyRef

Source
SolrMessages.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriteMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val idField: Option[String]
  2. val idFieldValue: Option[String]
  3. val operation: Operation
  4. val passThrough: C
  5. val query: Option[String]
  6. val routingFieldValue: Option[String]
  7. val source: Option[T]
  8. def toString(): String
    Definition Classes
    WriteMessage → AnyRef → Any
  9. val updates: Map[String, Map[String, Any]]
  10. def withIdFieldValue(value: String): WriteMessage[T, C]
  11. def withIdFieldValue(idField: String, idFieldValue: String): WriteMessage[T, C]
  12. def withPassThrough[PT2](value: PT2): WriteMessage[T, PT2]
  13. def withQuery(value: String): WriteMessage[T, C]
  14. def withRoutingFieldValue(value: String): WriteMessage[T, C]
  15. def withSource[T2](value: T2): WriteMessage[T2, C]
  16. def withUpdates(value: Map[String, Map[String, AnyRef]]): WriteMessage[T, C]

    Java API

  17. def withUpdates(value: Map[String, Map[String, Any]]): WriteMessage[T, C]