Class Index

  • All Implemented Interfaces:
    IIndex

    public class Index
    extends Object
    implements IIndex
    An Index is used to create an index on the disk, and to make queries. It uses a set of indexers and a mergeFactory. The index fills an inMemoryIndex up to it reaches a certain size, and then merges it with a main index on the disk.

    The changes are only taken into account by the queries after a merge.