Package

com.outr

solr4s

Permalink

package solr4s

Visibility
  1. Public
  2. All

Type Members

  1. class BatchOperations[I] extends AnyRef

    Permalink
  2. case class Field[T](name: String, type: FieldType, default: String = "", indexed: Boolean = true, stored: Boolean = true, docValues: Boolean = false, sortMissingFirst: Boolean = false, sortMissingLast: Boolean = false, multiValued: Boolean = false, uninvertible: Boolean = true, omitNorms: Option[Boolean] = None, omitTermFreqAndPositions: Option[Boolean] = None, omitPositions: Option[Boolean] = None, termVectors: Boolean = false, termPositions: Boolean = false, termOffsets: Boolean = false, termPayloads: Boolean = false, required: Boolean = false, useDocValuesAsStored: Boolean = true, large: Boolean = false) extends Product with Serializable

    Permalink
  3. case class FieldType(name: String) extends Product with Serializable

    Permalink
  4. trait IndexedCollection[I] extends AnyRef

    Permalink
  5. case class ModifyBuilder[I](bo: BatchOperations[I], id: String, ops: List[ModifyOperation]) extends SolrUpdateInstruction with Product with Serializable

    Permalink
  6. case class ModifyOperation(field: String, operation: String, value: Json) extends Product with Serializable

    Permalink
  7. case class QueryBuilder[I](converter: (Json) ⇒ I, query: QueryRequest) extends Product with Serializable

    Permalink
  8. case class QueryResult[I](entry: I, id: String, version: Long, score: Double) extends Product with Serializable

    Permalink
  9. class QueryResults[I] extends AnyRef

    Permalink
  10. case class SolrException(response: GeneralResponse, cause: Option[Throwable] = None) extends RuntimeException with Product with Serializable

    Permalink
  11. class SolrIndexed extends AnyRef

    Permalink
  12. case class SpatialPoint(latitude: Double, longitude: Double) extends Product with Serializable

    Permalink

Value Members

  1. object FieldType extends Serializable

    Permalink
  2. object SolrIndexed

    Permalink
  3. object SpatialPoint extends Serializable

    Permalink
  4. package admin

    Permalink
  5. package name

    Permalink
  6. package query

    Permalink

Ungrouped