Package org.terrier.querying
Class ManagerFactory
- java.lang.Object
-
- org.terrier.querying.ManagerFactory
-
public class ManagerFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ManagerFactory.Builder
interface for Builders of Managers
-
Constructor Summary
Constructors Constructor Description ManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Manager
_from_(IndexRef ref)
utility method that doesnt conflict with a Python reserved keywordstatic Manager
from(IndexRef ref)
Load a manager suitable to retrieve from the specified index reference
-