@type t() :: %Search.Index{
avg_field_lengths: map(),
document_count: integer(),
field_lengths: map(),
fields: Keyword.t() | nil,
hashes: map(),
ids: map(),
next_id: integer(),
return_field_data: map(),
return_fields: list(),
short_ids: map(),
tree: Radix.tree()
}