Package com.atlassian.jira.search.lucene
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.
Provides a Lucene
SearcherManager
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
-