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 classBaseCompressingMetaIndexAMetaIndeximplementation that compresses contents.classCollectionStatisticsThis 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.classFSOMapFileLexiconInstance 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 classFSOrderedMapFile<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 classConcurrentDecodingMetaIndex
-