public final class IndexServiceMultiCore extends java.lang.Object implements IndexService
Modifier and Type | Field and Description |
---|---|
private CoreLookup |
coreLookup |
private CoreService |
coreService |
private ProductAddService |
productAddService |
Constructor and Description |
---|
IndexServiceMultiCore(ProductAddService productAddService,
CoreLookup coreLookup,
CoreService coreService) |
private final ProductAddService productAddService
private final CoreLookup coreLookup
private final CoreService coreService
@Inject public IndexServiceMultiCore(ProductAddService productAddService, CoreLookup coreLookup, CoreService coreService)
public boolean create(Index index)
create
in interface IndexService
public boolean addProductsToIndex(Index index, java.util.List<IndexItem> items)
addProductsToIndex
in interface IndexService
public boolean drop(Index index)
drop
in interface IndexService