lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.6.0 vs lib/google/apis/cloudsearch_v1/classes.rb in google-apis-cloudsearch_v1-0.7.0

- old
+ new

@@ -1042,10 +1042,13 @@ # response object. class FacetBucket include Google::Apis::Core::Hashable # Number of results that match the bucket value. Counts are only returned for - # searches when count accuracy is ensured. Can be empty. + # 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. # Corresponds to the JSON property `count` # @return [Fixnum] attr_accessor :count # Percent of results that match the bucket value. The returned value is between (