Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FacetResult

Package version

A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval.

Hierarchy

  • FacetResult

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Properties

Optional count

count: undefined | number

The approximate count of documents falling within the bucket described by this facet. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc