Class SearchResult

java.lang.Object
org.craftercms.studio.model.search.SearchResult

public class SearchResult extends Object
Holds all the data for a search operation
Author:
joseross
  • Field Details

    • total

      protected long total
      The total files that matched the search
    • items

      protected List<SearchResultItem> items
      The list of files
    • facets

      protected List<SearchFacet> facets
      The facets of the matched files
  • Constructor Details

    • SearchResult

      public SearchResult()
  • Method Details