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.voidsetLoggingFrequency(int loggingFrequency) Set the logging frequency for reporting progress.voidsetNumThreads(int numThreads) Set the number of threads to use for indexing entities.
-
Method Details
-
index
Index the given class.- Parameters:
classToIndex- a set of classes to index
-
setNumThreads
void setNumThreads(int numThreads) Set the number of threads to use for indexing entities. -
setLoggingFrequency
void setLoggingFrequency(int loggingFrequency) Set the logging frequency for reporting progress.
-