public class FullTextQueryRow extends QueryRow
| 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.
|
getC4enum, getDocument, getDocumentID, getQuery, getSequencepublic 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.