The result of query which is executed by QueryBuilder#getResultAs().
The result of query which is executed by QueryBuilder#getResultAs().
the total number of hits
the list of documents which are matched to the query
the facet count of fields which were specified by QueryBuilder#facetFields()
The result of query which is executed by QueryBuilder#getResultAsMap().
The result of query which is executed by QueryBuilder#getResultAsMap().
the total number of hits
the list of documents which are matched to the query
the result of the grouped query which were specified by QueryBuilder#groupBy()
the facet count of fields which were specified by QueryBuilder#facetFields()
the facet pivot fields which were specified by QueryBuilder##facetPivots()
This is the simple Apache Solr client for Scala.
Exception that denotes that an ID was required, but not specified.