Package ubic.gemma.core.search
Interface IndexerService
- All Known Implementing Classes:
IndexerServiceImpl
public interface IndexerService
Indexer service.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionvoidindex(Class<? extends Identifiable> classToIndex) Index the given class.voidindex(Class<? extends Identifiable> classToIndex, int numThreads)
-
Method Details
-
index
Index the given class. -
index
-