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 interfaceManagerFactory.Builderinterface 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 Managerfrom(IndexRef ref)Load a manager suitable to retrieve from the specified index reference
-