Uses of Package
de.aitools.aq.invertedindex.core

Packages that use de.aitools.aq.invertedindex.core
de.aitools.aq.invertedindex.core   
de.aitools.aq.invertedindex.util   
de.aitools.invertedindex   
 

Classes in de.aitools.aq.invertedindex.core used by de.aitools.aq.invertedindex.core
Configuration
          A configuration class to setup instances of Indexer, ManagedIndexer and Searcher.
Configuration.KeySorting
          Modes defining the sorting of keys.
Configuration.ValueSorting
          Modes defining the sorting of values.
Indexer
          A class to build an inverted index programmatically from a number of records.
Postlist
          A class of a iterable read-only postlist.
Postlist.Head
          A class representing the head of a postlist, that contains some meta-information.
Properties
           
Quantile
          A class that represents the quantile of a postlist.
Quantile.Order
          Defines a set of intervals.
Record
          A class to represent key-value-pair.
Searcher
          A class to search an inverted index instance.
 

Classes in de.aitools.aq.invertedindex.core used by de.aitools.aq.invertedindex.util
Record
          A class to represent key-value-pair.
 

Classes in de.aitools.aq.invertedindex.core used by de.aitools.invertedindex
Record
          A class to represent key-value-pair.