Uses of Interface
org.terrier.structures.IndexFactory.IndexLoader
-
Packages that use IndexFactory.IndexLoader Package Description org.terrier.realtime.incremental Provides incremental indexing functionality.org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform. -
-
Uses of IndexFactory.IndexLoader in org.terrier.realtime.incremental
Classes in org.terrier.realtime.incremental that implement IndexFactory.IndexLoader Modifier and Type Class Description static classIncrementalIndex.Loader -
Uses of IndexFactory.IndexLoader in org.terrier.realtime.memory
Classes in org.terrier.realtime.memory that implement IndexFactory.IndexLoader Modifier and Type Class Description static classMemoryIndex.Loader -
Uses of IndexFactory.IndexLoader in org.terrier.realtime.memory.fields
Classes in org.terrier.realtime.memory.fields that implement IndexFactory.IndexLoader Modifier and Type Class Description static classMemoryFieldsIndex.Loader -
Uses of IndexFactory.IndexLoader in org.terrier.structures
Classes in org.terrier.structures that implement IndexFactory.IndexLoader Modifier and Type Class Description classConcurrentIndexLoaderAn index loader for index references for indices that we wish to be thread safestatic classIndexFactory.DirectIndexLoaderstatic classIndexOnDisk.DiskIndexLoader
-