FerricStore.Flow.QueryIndex (ferricstore_sdk v0.6.0)

Copy Markdown View Source

Stable identity and query-relevant storage metadata for one index generation.

Lifecycle progress and statistics remain available in raw.

Summary

Types

t()

@type t() :: %FerricStore.Flow.QueryIndex{
  build_id: binary(),
  covering_fields: [binary()],
  format: FerricStore.Flow.QueryIndexFormat.t(),
  id: binary(),
  queryable: boolean(),
  raw: map(),
  state: binary(),
  version: pos_integer()
}