Interface IndexerCoreSearchResponse

All Superinterfaces:
SearchResponse
All Known Implementing Classes:
IndexerCoreSearchResponseImpl

public interface IndexerCoreSearchResponse extends SearchResponse
The Indexer Core search response.
  • Method Details

    • getQuery

      org.apache.lucene.search.Query getQuery()
      Returns the Lucene query used to create this response, never null.
    • getArtifactInfos

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