Packages

p

nl.elmar.solr

request

package request

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CommitRequest () extends Product with Serializable
  2. case class CommitResponse (status: Int, queryTime: Long) extends Product with Serializable
  3. case class QueryResponse (body: ResponseBody, facets: Option[ResponseFacets]) extends Product with Serializable
  4. class QueryResponseParser extends AnyRef
  5. case class ResponseBody (numFound: Long, start: Long, docs: JsValue) extends Product with Serializable
  6. case class ResponseFacets (raw: JsValue) extends Product with Serializable

Value Members

  1. object CommitResponse extends Serializable

Ungrouped