Uses of Class
org.terrier.structures.ConcurrentReadable
-
Packages that use ConcurrentReadable Package Description org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.collections Provides data structures various data structures.org.terrier.structures.concurrent -
-
Uses of ConcurrentReadable in org.terrier.structures
Classes in org.terrier.structures with annotations of type ConcurrentReadable Modifier and Type Class Description class
BaseCompressingMetaIndex
AMetaIndex
implementation that compresses contents.class
CollectionStatistics
This class provides basic statistics for the indexed collection of documents, such as the average length of documents, or the total number of documents in the collection.class
FSOMapFileLexicon
Instance of a Lexicon<String> where a FSOrderedMapFile is always used as a backing store. -
Uses of ConcurrentReadable in org.terrier.structures.collections
Classes in org.terrier.structures.collections with annotations of type ConcurrentReadable Modifier and Type Class Description class
FSOrderedMapFile<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>
An implementation of java.util.Map that can be accessed from disk. -
Uses of ConcurrentReadable in org.terrier.structures.concurrent
Classes in org.terrier.structures.concurrent with annotations of type ConcurrentReadable Modifier and Type Class Description class
ConcurrentDecodingMetaIndex
-