Package de.cxp.ocs.model.result
Class ResultHit
java.lang.Object
de.cxp.ocs.model.result.ResultHit
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe found document.the index name where this hit is coming from.String[]
Optional: Which parts of the query matched that document.Optional: Arbitrary meta data for debug information or other insights about the result hit, i.e. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
the index name where this hit is coming from. -
document
The found document. -
matchedQueries
Optional: Which parts of the query matched that document. Mainly used for debugging / search transparency. -
metaData
Optional: Arbitrary meta data for debug information or other insights about the result hit, i.e. the score or variant picking details.
-
-
Constructor Details
-
ResultHit
public ResultHit()
-
-
Method Details
-
withMetaData
-