Package org.terrier.structures
Interface IndexFactory.IndexLoader
-
- All Known Implementing Classes:
ConcurrentIndexLoader,IncrementalIndex.Loader,IndexFactory.DirectIndexLoader,IndexOnDisk.DiskIndexLoader,MemoryFieldsIndex.Loader,MemoryIndex.Loader
- Enclosing class:
- IndexFactory
public static interface IndexFactory.IndexLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends Index>indexImplementor(IndexRef ref)Returns the class that will implement the Index for the passed referenceIndexload(IndexRef ref)Returns the Index for this IndexRefbooleansupports(IndexRef ref)Does this IndexLoader support this IndexRef
-
-
-
Method Detail
-
supports
boolean supports(IndexRef ref)
Does this IndexLoader support this IndexRef
-
-