MapQueryResult

case class MapQueryResult(numFound: Long, numGroupsFound: Long, documents: List[DocumentMap], groups: Map[String, List[Group]], facetFields: Map[String, Map[String, Long]], facetPivots: Map[String, List[FacetPivot]], qTime: Int)

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

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()

facetPivots

the facet pivot fields which were specified by QueryBuilder##facetPivots()

groups

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

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