Module perlin::index [] [src]

Provides everything needed for building and querying indices.

Structs that implement the Index trait are made public here. Currently only BooleanIndex falls in that category.

Indices tend to hold large and complex data structures. To allow a flexible usage there are different implementations of storing them (e.g. on disk, in ram). These storage implementations can be found in storage.

Please refer to IndexBuilder for usage details.

Modules

boolean_index

This module provides the implementation for boolean information retrieval Use IndexBuilder to build indices Use QueryBuilder to build queries that run on these indices

Traits

Index

The central trait of perlin. Indices tend to differ alot in implementation details.