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 class
IncrementalIndex.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 class
MemoryIndex.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 class
MemoryFieldsIndex.Loader
-
Uses of IndexFactory.IndexLoader in org.terrier.structures
Classes in org.terrier.structures that implement IndexFactory.IndexLoader Modifier and Type Class Description class
ConcurrentIndexLoader
An index loader for index references for indices that we wish to be thread safestatic class
IndexFactory.DirectIndexLoader
static class
IndexOnDisk.DiskIndexLoader
-