Interface ForwardIndexCreatorProvider
-
- All Known Subinterfaces:
IndexCreatorProvider,IndexingOverrides.IndexingOverride
- All Known Implementing Classes:
IndexingOverrides.Default
public interface ForwardIndexCreatorProvider
-
-
Method Summary
Modifier and Type Method Description ForwardIndexCreatornewForwardIndexCreator(IndexCreationContext.Forward context)Creates a {@see ForwardIndexCreator} from information about index creation.
-
-
-
Method Detail
-
newForwardIndexCreator
ForwardIndexCreator newForwardIndexCreator(IndexCreationContext.Forward context) throws Exception
Creates a {@see ForwardIndexCreator} from information about index creation. This allows a plugin to pattern match index creation information to select an appropriate implementation.- Parameters:
context- context about the index creation.- Returns:
- a {@see ForwardIndexCreator}
- Throws:
Exception- whenever something goes wrong matching or constructing the creator
-
-