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 Summary
Methods inherited from interface org.apache.maven.search.api.SearchResponse
getCurrentHits, getPage, getSearchRequest, getTotalHits
-
Method Details
-
getQuery
org.apache.lucene.search.Query getQuery()Returns the Lucene query used to create this response, nevernull
. -
getArtifactInfos
List<org.apache.maven.index.ArtifactInfo> getArtifactInfos()Returns the "raw" list ofArtifactInfo
s used to create this response, nevernull
.
-