Interface IndexerCoreSearchBackend
- All Superinterfaces:
- AutoCloseable,- Closeable,- org.apache.maven.search.api.SearchBackend,- org.apache.maven.search.api.SearchEngine
- All Known Implementing Classes:
- IndexerCoreSearchBackendImpl
public interface IndexerCoreSearchBackend
extends org.apache.maven.search.api.SearchBackend
The Indexer Core search backend.
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.maven.index.context.IndexingContextReturns theIndexingContextused by this search backend, nevernull.search(org.apache.maven.search.api.SearchRequest searchRequest) Methods inherited from interface org.apache.maven.search.api.SearchBackendgetBackendId, getRepositoryId
- 
Method Details- 
searchIndexerCoreSearchResponse search(org.apache.maven.search.api.SearchRequest searchRequest) throws IOException - Specified by:
- searchin interface- org.apache.maven.search.api.SearchEngine
- Throws:
- IOException
 
- 
getIndexingContextorg.apache.maven.index.context.IndexingContext getIndexingContext()Returns theIndexingContextused by this search backend, nevernull.
 
-