Interface MCROAIResult

All Known Implementing Classes:
MCROAISimpleResult, MCROAISolrResult

public interface MCROAIResult
The result of a searcher query.
Author:
Matthias Eichner
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of all hits
    List<org.mycore.oai.pmh.Header>
    Returns a list of mycore object identifiers.
     
  • Method Details

    • list

      List<org.mycore.oai.pmh.Header> list()
      Returns a list of mycore object identifiers.
      Returns:
      list of mycore object identifiers
    • getNumHits

      int getNumHits()
      Number of all hits
      Returns:
      number of hits
    • nextCursor

      Optional<String> nextCursor()
      Returns:
      the next cursor