Interface IndexingMode

All Known Implementing Classes:
IndexingMode.DirectIndexingMode, IndexingMode.QueuedIndexingMode

public interface IndexingMode
Used by IndexDirectoryFactory.IndexPathAdapter to create Index.Manager. There are two base implementations DIRECT and QUEUED which create an Index.Manager that is either blocking and non-threaded or non-blocking and threaded.
Since:
v6.4