Interface SearcherManagerProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Internal @FunctionalInterface public interface SearcherManagerProvider
Provides a Lucene SearcherManager
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.search.SearcherManager
    get(org.apache.lucene.store.Directory indexDirectory)
     
  • Method Details

    • get

      org.apache.lucene.search.SearcherManager get(org.apache.lucene.store.Directory indexDirectory) throws IOException
      Throws:
      IOException