Interface LuceneAccessor
- All Known Implementing Classes:
LuceneConnection
public interface LuceneAccessor
This interface will allow to allow transition from atlassian-bonnie.
- Since:
- 8.0
-
Method Details
-
getAnalyzer
org.apache.lucene.analysis.Analyzer getAnalyzer() -
execute
- Since:
- 8.2
-
getSearcherManager
org.apache.lucene.search.SearcherManager getSearcherManager() -
getSearcherLifetimeManager
org.apache.lucene.search.SearcherLifetimeManager getSearcherLifetimeManager() -
snapshot
- Throws:
IOException
-
reset
- Throws:
LuceneException
-
close
void close() -
getPath
@Nullable Path getPath()
-