Class StoredFieldsValuesDelegate.Factory
- java.lang.Object
-
- org.hibernate.search.backend.lucene.lowlevel.collector.impl.StoredFieldsValuesDelegate.Factory
-
- Enclosing class:
- StoredFieldsValuesDelegate
public static class StoredFieldsValuesDelegate.Factory extends Object
-
-
Constructor Summary
Constructors Constructor Description Factory(ReusableDocumentStoredFieldVisitor storedFieldVisitor, Set<String> requiredNestedDocumentPathsForStoredFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoredFieldsValuesDelegatecreate(CollectorExecutionContext context)
-
-
-
Constructor Detail
-
Factory
public Factory(ReusableDocumentStoredFieldVisitor storedFieldVisitor, Set<String> requiredNestedDocumentPathsForStoredFields)
-
-
Method Detail
-
create
public StoredFieldsValuesDelegate create(CollectorExecutionContext context) throws IOException
- Throws:
IOException
-
-