com.github.seratch.scalikesolr

response

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class DIHCommandResponse(writerType: request.common.WriterType = WriterType.Standard, rawBody: String = "") extends Product with Serializable

  2. case class DeleteResponse(writerType: request.common.WriterType = WriterType.Standard, rawBody: String = "") extends Product with Serializable

  3. case class PingResponse(writerType: request.common.WriterType = WriterType.Standard, rawBody: String = "") extends Product with Serializable

  4. case class QueryResponse(writerType: request.common.WriterType = WriterType.Standard, rawBody: String = "", rawJavabin: NamedList[Any] = null) extends Product with Serializable

  5. case class UpdateResponse(writerType: request.common.WriterType = WriterType.Standard, rawBody: String = "") extends Product with Serializable

Value Members

  1. package common

  2. package dih

  3. package parser

  4. package query

Ungrouped