Class PartialDiskIndex<A extends Comparable<A>,​O>

    • Constructor Detail

      • PartialDiskIndex

        protected PartialDiskIndex​(Attribute<O,​A> attribute,
                                   Query<O> filterQuery)
        Protected constructor, called by subclasses.
        Parameters:
        filterQuery - The filter query which matches the subset of objects to be stored in this index.