count property

int? count
getter/setter pair

Number of results that match the bucket value.

Counts are only returned for searches when count accuracy is ensured. Cloud Search does not guarantee facet counts for any query and facet counts might be present only intermittently, even for identical queries. Do not build dependencies on facet count existence; instead use facet ount percentages which are always returned.

Implementation

core.int? count;