[][src]Module retriever::queries::secondary_index

Query to filter elements by a pre-computed index.

Structs

MatchingSecondaryIndex

A Query matching against a SecondaryIndex. Construct using Query::matching.

SecondaryIndex

A secondary index of the records in a Storage. You can attach as many SecondaryIndices to a given Storage as you want. Each SecondaryIndex will index each stored element under zero or more key values (but only one key type).

Traits

KeySet

Any type that represents a set of secondary index keys.