Interface IndexerCoreSearchResponse
- All Superinterfaces:
SearchResponse
- All Known Implementing Classes:
IndexerCoreSearchResponseImpl
The Indexer Core search response.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the "raw" list ofArtifactInfo
s used to create this response, nevernull
.org.apache.lucene.search.Query
getQuery()
Returns the Lucene query used to create this response, nevernull
.Methods inherited from interface org.apache.maven.search.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<ArtifactInfo> getArtifactInfos()Returns the "raw" list ofArtifactInfo
s used to create this response, nevernull
.
-