Methods in de.aitools.aq.invertedindex.core with parameters of type Configuration |
static
|
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
|
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
|
Searcher.open(java.lang.Class<V> clazz,
Configuration config)
Opens and returns an index instance located in
getIndexDirectory() . |