Uses of Class
org.terrier.querying.IndexRef
-
Packages that use IndexRef Package Description org.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection.org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.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.realtime.multi Provides MultiIndex structures.org.terrier.restclient Provides a proxy Manager implementation that can access remotely provided Managers over a HTTP REST connection.org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform. -
-
Uses of IndexRef in org.terrier.applications
Fields in org.terrier.applications declared as IndexRef Modifier and Type Field Description protected IndexRefAbstractQuerying. indexrefThe data structures used.Methods in org.terrier.applications that return IndexRef Modifier and Type Method Description protected IndexRefCLITool.CLIParsedCLITool. getIndexRef(org.apache.commons.cli.CommandLine line)Constructors in org.terrier.applications with parameters of type IndexRef Constructor Description AbstractQuerying(java.lang.String _appName, IndexRef iRef)InteractiveQuerying(IndexRef iRef)A default constructor initialises the index, and the Manager. -
Uses of IndexRef in org.terrier.applications.batchquerying
Methods in org.terrier.applications.batchquerying that return IndexRef Modifier and Type Method Description IndexRefTRECQuerying. getIndexRef()Get the index pointer.Constructors in org.terrier.applications.batchquerying with parameters of type IndexRef Constructor Description ParallelTRECQuerying(IndexRef i)TRECQuerying(IndexRef _indexref)TRECQuerying constructor initialises the specified inverted index, the lexicon and the document index structures. -
Uses of IndexRef in org.terrier.querying
Methods in org.terrier.querying that return IndexRef Modifier and Type Method Description IndexRefLocalManager. getIndexRef()IndexRefManager. getIndexRef()static IndexRefIndexRef. of(java.lang.String location)static IndexRefIndexRef. of(java.lang.String path, java.lang.String prefix)Deprecated.Methods in org.terrier.querying with parameters of type IndexRef Modifier and Type Method Description static ManagerManagerFactory. _from_(IndexRef ref)utility method that doesnt conflict with a Python reserved keywordstatic ManagerManagerFactory. from(IndexRef ref)Load a manager suitable to retrieve from the specified index referenceManagerLocalManager.Builder. fromIndex(IndexRef ref)ManagerManagerFactory.Builder. fromIndex(IndexRef ref)ManagerThreadSafeManager.Builder. fromIndex(IndexRef ref)booleanLocalManager.Builder. supports(IndexRef ref)booleanManagerFactory.Builder. supports(IndexRef ref)booleanThreadSafeManager.Builder. supports(IndexRef ref) -
Uses of IndexRef in org.terrier.realtime.incremental
Methods in org.terrier.realtime.incremental with parameters of type IndexRef Modifier and Type Method Description java.lang.Class<? extends Index>IncrementalIndex.Loader. indexImplementor(IndexRef ref)IndexIncrementalIndex.Loader. load(IndexRef ref)booleanIncrementalIndex.Loader. supports(IndexRef ref) -
Uses of IndexRef in org.terrier.realtime.memory
Methods in org.terrier.realtime.memory that return IndexRef Modifier and Type Method Description IndexRefMemoryIndex. getIndexRef()Methods in org.terrier.realtime.memory with parameters of type IndexRef Modifier and Type Method Description java.lang.Class<? extends Index>MemoryIndex.Loader. indexImplementor(IndexRef ref)IndexMemoryIndex.Loader. load(IndexRef ref)booleanMemoryIndex.Loader. supports(IndexRef ref) -
Uses of IndexRef in org.terrier.realtime.memory.fields
Methods in org.terrier.realtime.memory.fields with parameters of type IndexRef Modifier and Type Method Description java.lang.Class<? extends Index>MemoryFieldsIndex.Loader. indexImplementor(IndexRef ref)IndexMemoryFieldsIndex.Loader. load(IndexRef ref)booleanMemoryFieldsIndex.Loader. supports(IndexRef ref) -
Uses of IndexRef in org.terrier.realtime.multi
Methods in org.terrier.realtime.multi that return IndexRef Modifier and Type Method Description IndexRefMultiIndex. getIndexRef() -
Uses of IndexRef in org.terrier.restclient
Methods in org.terrier.restclient with parameters of type IndexRef Modifier and Type Method Description ManagerRestClientManagerBuilder. fromIndex(IndexRef ref)booleanRestClientManagerBuilder. supports(IndexRef ref) -
Uses of IndexRef in org.terrier.structures
Subclasses of IndexRef in org.terrier.structures Modifier and Type Class Description static classIndex.DirectIndexRefMethods in org.terrier.structures that return IndexRef Modifier and Type Method Description abstract IndexRefIndex. getIndexRef()Returns a direct IndexRef to this indexIndexRefPropertiesIndex. getIndexRef()protected IndexRefConcurrentIndexLoader. getUnderlyingRef(IndexRef ref)static IndexRefConcurrentIndexLoader. makeConcurrent(IndexRef ref)protected static IndexRefIndex. makeDirectIndexRef(Index index)Methods in org.terrier.structures with parameters of type IndexRef Modifier and Type Method Description protected IndexRefConcurrentIndexLoader. getUnderlyingRef(IndexRef ref)java.lang.Class<? extends Index>ConcurrentIndexLoader. indexImplementor(IndexRef ref)java.lang.Class<? extends Index>IndexFactory.DirectIndexLoader. indexImplementor(IndexRef ref)java.lang.Class<? extends Index>IndexFactory.IndexLoader. indexImplementor(IndexRef ref)Returns the class that will implement the Index for the passed referencejava.lang.Class<? extends Index>IndexOnDisk.DiskIndexLoader. indexImplementor(IndexRef ref)static booleanConcurrentIndexLoader. isConcurrent(IndexRef ref)static booleanIndexFactory. isLoaded(IndexRef ref)Is this index already loaded?static booleanIndexFactory. isLocal(IndexRef ref)Is this a local index, or a remote one?IndexConcurrentIndexLoader. load(IndexRef ref)IndexIndexFactory.DirectIndexLoader. load(IndexRef ref)IndexIndexFactory.IndexLoader. load(IndexRef ref)Returns the Index for this IndexRefIndexIndexOnDisk.DiskIndexLoader. load(IndexRef ref)static IndexRefConcurrentIndexLoader. makeConcurrent(IndexRef ref)static IndexIndexFactory. of(IndexRef ref)Load the index for the specified reference.booleanConcurrentIndexLoader. supports(IndexRef ref)booleanIndexFactory.DirectIndexLoader. supports(IndexRef ref)booleanIndexFactory.IndexLoader. supports(IndexRef ref)Does this IndexLoader support this IndexRefbooleanIndexOnDisk.DiskIndexLoader. supports(IndexRef ref)static java.lang.Class<? extends Index>IndexFactory. whoSupports(IndexRef ref)
-