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

    Modifier and Type
    Method
    Description
    List<org.apache.maven.index.ArtifactInfo>
    Returns the "raw" list of ArtifactInfos used to create this response, never null.
    org.apache.lucene.search.Query
    Returns the Lucene query used to create this response, never null.

    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, never null.
    • getArtifactInfos

      List<org.apache.maven.index.ArtifactInfo> getArtifactInfos()
      Returns the "raw" list of ArtifactInfos used to create this response, never null.