Class SearchResultSlice


  • public class SearchResultSlice
    extends Object
    • Field Detail

      • label

        public String label
        An identifier for that result slice. Can be used to differentiate different slices. Values depend on the implementation.
      • matchCount

        public long matchCount
        the absolute number of matches in this result.
      • nextOffset

        public long nextOffset
        the offset value to use to get the next result batch
      • nextLink

        public String nextLink
        URL conform query parameters, that has to be used to get the next bunch of results. Is null if there are no more results.
      • resultLink

        public String resultLink
        The parameters that lead to exact that passed slice. If send to the engine again, that slice should be returned as main result.
      • hits

        public List<ResultHit> hits
        the list of actual hits for that result view.
      • facets

        public List<Facet> facets
        If facets are part of this slice, they are placed here. By default only one slice SHOULD contain facets.
    • Constructor Detail

      • SearchResultSlice

        public SearchResultSlice()