Selecione suas preferências de cookies

Usamos cookies essenciais e ferramentas semelhantes que são necessárias para fornecer nosso site e serviços. Usamos cookies de desempenho para coletar estatísticas anônimas, para que possamos entender como os clientes usam nosso site e fazer as devidas melhorias. Cookies essenciais não podem ser desativados, mas você pode clicar em “Personalizar” ou “Recusar” para recusar cookies de desempenho.

Se você concordar, a AWS e terceiros aprovados também usarão cookies para fornecer recursos úteis do site, lembrar suas preferências e exibir conteúdo relevante, incluindo publicidade relevante. Para aceitar ou recusar todos os cookies não essenciais, clique em “Aceitar” ou “Recusar”. Para fazer escolhas mais detalhadas, clique em “Personalizar”.

Getting Statistics for Numeric Fields in Amazon CloudSearch - Amazon CloudSearch
Esta página não foi traduzida para seu idioma. Solicitar tradução

Getting Statistics for Numeric Fields in Amazon CloudSearch

Amazon CloudSearch can return the following statistics for facet-enabled numeric fields:

  • count–The number of documents that contain a value in the specified field.

  • max–The maximum value found in the specified field.

  • mean–The average of the values found in the specified field.

  • min–The minimum value found in the specified field.

  • missing–The number of documents that do not contain a value in the specified field.

  • stddev–A measure to quantify the amount of deviation, or variation, in the field values. A low standard deviation indicates that the values across all documents are close to the mean. A high standard deviation indicates that the values are spread out over a large range. The standard deviation is calculated by taking the square root of the variance, which is the average of the squared differences from the mean.

  • sum–The sum of the field values across all documents.

  • sumOfSquares–The sum of all field values squared.

To get statistics for a field you use the stats.FIELD parameter. FIELD is the name of a facet-enabled numeric field. You specify an empty JSON object, stats.FIELD={}, to get all of the available statistics for the specified field. (The stats.FIELD parameter does not support any options; you must pass an empty JSON object.) You can request statistics for multiple fields in the same request.

You can get statistics only for facet-enabled numeric fields: date, date-array, double, double-array, int, or int-array. Note that only the count, max, min, and missing statistics are returned for date and date-array fields. For more information about enabling a field to return facets, see configure indexing options.

For example, to search for star and get statistics for the year field, specify the following:

search?q=star&stats.year={}
PrivacidadeTermos do sitePreferências de cookies
© 2025, Amazon Web Services, Inc. ou suas afiliadas. Todos os direitos reservados.