Class SearchResultSlice

java.lang.Object
de.cxp.ocs.model.result.SearchResultSlice

public class SearchResultSlice extends Object
  • Field Details

    • 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
    • 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 Details

    • SearchResultSlice

      public SearchResultSlice()