Interface SearchResultsEvent.TotalResultsStage

All Known Implementing Classes:
SearchResultsEvent.Builder
Enclosing class:
SearchResultsEvent

public static interface SearchResultsEvent.TotalResultsStage
  • Method Summary

    Modifier and Type
    Method
    Description
    totalResults(int totalResults)
    The total number of matches found, which may exceed the number of results returned when a result limit is applied.
  • Method Details

    • totalResults

      SearchResultsEvent.SearchTimeMsStage totalResults(int totalResults)

      The total number of matches found, which may exceed the number of results returned when a result limit is applied.