Uses of Class
org.aksw.palmetto.corpus.lucene.LuceneCorpusAdapter
-
Packages that use LuceneCorpusAdapter Package Description org.aksw.palmetto.corpus.lucene -
-
Uses of LuceneCorpusAdapter in org.aksw.palmetto.corpus.lucene
Subclasses of LuceneCorpusAdapter in org.aksw.palmetto.corpus.lucene Modifier and Type Class Description classCachingWindowSupportingLuceneCorpusAdapterAn Extension of theWindowSupportingLuceneCorpusAdapterthat caches word positions of the single documents.classWindowSupportingLuceneCorpusAdapterMethods in org.aksw.palmetto.corpus.lucene that return LuceneCorpusAdapter Modifier and Type Method Description static LuceneCorpusAdapterLuceneCorpusAdapter. create(String indexPath, String fieldName)Creates a corpus adapter which uses the Lucene index with the given path and searches on the field with the given field name.
-