static DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.builder() |
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.count(Integer count) |
The number of documents in the response that have the attribute/field value for the key.
|
default DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(Consumer<DocumentAttributeValue.Builder> documentAttributeValue) |
The value of the attribute/field.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(DocumentAttributeValue documentAttributeValue) |
The value of the attribute/field.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.facetResults(Collection<FacetResult> facetResults) |
Contains the results of a document attribute/field that is a nested facet.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.facetResults(Consumer<FacetResult.Builder>... facetResults) |
Contains the results of a document attribute/field that is a nested facet.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.facetResults(FacetResult... facetResults) |
Contains the results of a document attribute/field that is a nested facet.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.toBuilder() |
|