Package de.cxp.ocs.model.result
Class SearchResultSlice
java.lang.Object
de.cxp.ocs.model.result.SearchResultSlice
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf facets are part of this slice, they are placed here.the list of actual hits for that result view.An identifier for that result slice.long
the absolute number of matches in this result.URL conform query parameters, that has to be used to get the next bunch of results.long
the offset value to use to get the next result batchThe parameters that lead to exact that passed slice. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
An identifier for that result slice. Can be used to differentiate different slices. Values depend on the implementation. -
matchCount
public long matchCountthe absolute number of matches in this result. -
nextOffset
public long nextOffsetthe offset value to use to get the next result batch -
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
The parameters that lead to exact that passed slice. If send to the engine again, that slice should be returned as main result. -
hits
the list of actual hits for that result view. -
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()
-