| Modifier and Type | Method and Description |
|---|---|
String |
getFullTextMatched()
Get the text emitted when the view was indexed which contains the match(es).
|
long |
getMatchCount()
Get the number of query words that were found in the full-text.
|
int |
getTermIndexOfMatch(int matchNumber)
Get the index of the search term matched by a particular match.
|
Range |
getTextRangeOfMatch(int matchNumber)
Get the character range in the full-text of a particular match.
|
contains, count, getArray, getArray, getBlob, getBlob, getBoolean, getBoolean, getC4enum, getDate, getDate, getDictionary, getDictionary, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getKeys, getLong, getLong, getNumber, getNumber, getObject, getObject, getRs, getString, getString, iterator, toList, toMap, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String getFullTextMatched()
public long getMatchCount()
public int getTermIndexOfMatch(int matchNumber)
matchNumber - the zero based index number of the matched word found in the full-text.public Range getTextRangeOfMatch(int matchNumber)
matchNumber - the zero based index number of the matched word found in the full-text.