Get field statistics for a vector space
GET/spaces/:qid/stats
Returns a per-field histogram of the field values associated with the space. The space's fields are crawled via its documents (documents -> document_text_fields -> text_fields); each histogram maps a field value to the number of distinct fields with that value. At most a configured max_distinct values (highest count first) are surfaced per field. Requires content access for the space qid.
Request
Responses
- 200
- 400
- 403
- 404
OK
Bad Request
Forbidden
Not Found