Collection statistics returned by Zvex.Collection.stats/1.
Fields
:doc_count— total number of documents in the collection.:indexes— list of index status maps, each containing::name— the indexed field name.:completeness— a float between0.0and1.0indicating how much of the data has been indexed (reaches1.0afteroptimize/1).
Summary
Types
@type t() :: %Zvex.Collection.Stats{ doc_count: non_neg_integer(), indexes: [%{name: String.t(), completeness: float()}] }
Collection statistics snapshot.