Interface IndexerCoreSearchResponse
- All Superinterfaces:
- org.apache.maven.search.api.SearchResponse
- All Known Implementing Classes:
- IndexerCoreSearchResponseImpl
public interface IndexerCoreSearchResponse
extends org.apache.maven.search.api.SearchResponse
The Indexer Core search response.
- 
Method SummaryMethods inherited from interface org.apache.maven.search.api.SearchResponsegetCurrentHits, getPage, getSearchRequest, getTotalHits
- 
Method Details- 
getQueryorg.apache.lucene.search.Query getQuery()Returns the Lucene query used to create this response, nevernull.
- 
getArtifactInfosList<org.apache.maven.index.ArtifactInfo> getArtifactInfos()Returns the "raw" list ofArtifactInfos used to create this response, nevernull.
 
-