Package ubic.gemma.core.search
Interface IndexerService
- All Known Implementing Classes:
IndexerServiceImpl
public interface IndexerService
Indexer service.
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionvoid
index
(Class<? extends Identifiable> classToIndex) Index the given class.void
setLoggingFrequency
(int loggingFrequency) Set the logging frequency for reporting progress.void
setNumThreads
(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.
-