Packages

package scala

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

Package Members

  1. package async
  2. package query
  3. package sample

Type Members

  1. class BatchRegister extends AnyRef
  2. case class CaseClassQueryResult[T](numFound: Long, documents: List[T], facetFields: Map[String, Map[String, Long]]) extends Product with Serializable

    The result of query which is executed by QueryBuilder#getResultAs().

    The result of query which is executed by QueryBuilder#getResultAs().

    numFound

    the total number of hits

    documents

    the list of documents which are matched to the query

    facetFields

    the facet count of fields which were specified by QueryBuilder#facetFields()

  3. type DocumentMap = Map[String, Any]
  4. case class Group(value: String, numFound: Long, documents: List[DocumentMap]) extends Product with Serializable
  5. case class MapQueryResult(numFound: Long, numGroupsFound: Long, documents: List[DocumentMap], groups: Map[String, List[Group]], facetFields: Map[String, Map[String, Long]], qTime: Int) extends Product with Serializable

    The result of query which is executed by QueryBuilder#getResultAsMap().

    The result of query which is executed by QueryBuilder#getResultAsMap().

    numFound

    the total number of hits

    documents

    the list of documents which are matched to the query

    groups

    the result of the grouped query which were specified by QueryBuilder#groupBy()

    facetFields

    the facet count of fields which were specified by QueryBuilder#facetFields()

  6. sealed trait Order extends AnyRef
  7. class QueryBuilder extends QueryBuilderBase[QueryBuilder]
  8. trait QueryBuilderBase[Repr <: QueryBuilderBase[Repr]] extends AnyRef
  9. class SolrClient extends AnyRef

    This is the simple Apache Solr client for Scala.

  10. class UnspecifiedIdError extends Exception

    Exception that denotes that an ID was required, but not specified.

Value Members

  1. object Order
  2. object SolrClientFactory

Inherited from AnyRef

Inherited from Any

Ungrouped