package scala
- Alphabetic
- By Inheritance
- scala
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class BatchRegister extends AnyRef
- 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()
- type DocumentMap = Map[String, Any]
- case class Group(value: String, numFound: Long, documents: List[DocumentMap]) extends Product with Serializable
- 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()
- sealed trait Order extends AnyRef
- class QueryBuilder extends QueryBuilderBase[QueryBuilder]
- trait QueryBuilderBase[Repr <: QueryBuilderBase[Repr]] extends AnyRef
- class SolrClient extends AnyRef
This is the simple Apache Solr client for Scala.
- class UnspecifiedIdError extends Exception
Exception that denotes that an ID was required, but not specified.
Value Members
- object Order
- object SolrClientFactory