CaseClassQueryResult

case class CaseClassQueryResult[T](numFound: Long, documents: List[T], facetFields: Map[String, Map[String, Long]])

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

Value Params
documents

the list of documents which are matched to the query

facetFields

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

numFound

the total number of hits

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product