Interface IndexerCoreSearchBackend
- All Superinterfaces:
AutoCloseable,Closeable,SearchBackend,SearchEngine
- All Known Implementing Classes:
IndexerCoreSearchBackendImpl
The Indexer Core search backend.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theIndexingContextused by this search backend, nevernull.search(SearchRequest searchRequest) Methods inherited from interface org.apache.maven.search.api.SearchBackend
getBackendId, getRepositoryId
-
Method Details
-
search
Description copied from interface:SearchEngine- Specified by:
searchin interfaceSearchEngine- Throws:
IOException
-
getIndexingContext
IndexingContext getIndexingContext()Returns theIndexingContextused by this search backend, nevernull.
-