package scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scala
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- type DocumentMap = Map[String, Any]
-
case class
MapQueryResult
(numFound: Long, documents: List[DocumentMap], facetFields: Map[String, Map[String, Long]]) 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
- 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