Uses of Class
de.aitools.aq.invertedindex.core.Configuration

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

Uses of Configuration in de.aitools.aq.invertedindex.core
 

Methods in de.aitools.aq.invertedindex.core with parameters of type Configuration
static
<V extends Value>
Properties
ManagedIndexer.index(java.lang.Class<V> clazz, Configuration config)
          Builds an inverted index from pseudo or real inverted files whose value type is defined by the generic parameter <V>, which is some derivative of Value.
static
<V extends Value>
Indexer<V>
Indexer.open(java.lang.Class<V> clazz, Configuration config)
          Instantiates a new writable inverted index in a dedicated directory, that can be filled programmatically with a (huge) number of records.
static
<V extends Value>
Searcher<V>
Searcher.open(java.lang.Class<V> clazz, Configuration config)
          Opens and returns an index instance located in getIndexDirectory().