Class SearchResult


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

      • total

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

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

      • SearchResult

        public SearchResult()