Package ddf.catalog.operation
Interface Highlight
public interface Highlight
A Highlight represents a specific range of characters in an attribute that matched a query. The
begin and end indices are referenced to the specific attribute value. The value index refers to
multi-valued fields and indicates which value the highlight applies to.
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
-
Method Details
-
getValueIndex
int getValueIndex() -
getBeginIndex
int getBeginIndex() -
getEndIndex
int getEndIndex()
-