Package

com.github.takezoe.solr

scala

Permalink

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. All

Type Members

  1. class BatchRegister extends AnyRef

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

    Permalink

    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]

    Permalink
  4. case class Group(value: String, numFound: Long, documents: List[DocumentMap]) extends Product with Serializable

    Permalink
  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

    Permalink

    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

    Permalink
  7. class QueryBuilder extends QueryBuilderBase[QueryBuilder]

    Permalink
  8. trait QueryBuilderBase[Repr <: QueryBuilderBase[Repr]] extends AnyRef

    Permalink
  9. class SolrClient extends AnyRef

    Permalink

    This is the simple Apache Solr client for Scala.

  10. class UnspecifiedIdError extends Exception

    Permalink

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

Value Members

  1. object Order

    Permalink
  2. object SolrClientFactory

    Permalink
  3. package async

    Permalink
  4. package query

    Permalink
  5. package sample

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped