Interface IndexerService

All Known Implementing Classes:
IndexerServiceImpl

public interface IndexerService
Indexer service.
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void index(Class<? extends Identifiable> classToIndex)
      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.