Package ddf.catalog.operation
Interface ResultHighlight
public interface ResultHighlight
ResultHighlight represents a list of attributes that matched a given query for a particular
result as identified by the ID returned from the
getResultId method.
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getResultId
String getResultId() -
getAttributeHighlights
List<ResultAttributeHighlight> getAttributeHighlights()
-