package request
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CommitRequest () extends Product with Serializable
- case class CommitResponse (status: Int, queryTime: Long) extends Product with Serializable
- case class QueryResponse (body: ResponseBody, facets: Option[ResponseFacets]) extends Product with Serializable
- class QueryResponseParser extends AnyRef
- case class ResponseBody (numFound: Long, start: Long, docs: JsValue) extends Product with Serializable
- case class ResponseFacets (raw: JsValue) extends Product with Serializable
Value Members
- object CommitResponse extends Serializable