SearchForFacetValuesResponse

algoliasearch.search.SearchForFacetValuesResponse
case class SearchForFacetValuesResponse(facetHits: Seq[FacetHits], exhaustiveFacetsCount: Boolean, processingTimeMS: Option[Int]) extends SearchResultTrait

SearchForFacetValuesResponse

Value parameters

exhaustiveFacetsCount

See the facetsCount field of the exhaustive object in the response.

processingTimeMS

Time the server took to process the request, in milliseconds.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SearchResult
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product