public final class FTMatch extends java.lang.Object implements java.lang.Iterable<FTStringMatch>
FTStringMatch instances.| Constructor and Description |
|---|
FTMatch() |
| Modifier and Type | Method and Description |
|---|---|
FTMatch |
add(FTMatch mtc)
Adds a all matches of a full-text match.
|
FTMatch |
add(FTStringMatch m)
Adds a string match.
|
java.util.Iterator<FTStringMatch> |
iterator() |
boolean |
notin(FTMatch mtc)
Checks if the full-text match is not part of the specified match.
|
void |
reset()
Resets the match.
|
void |
sort()
Sorts the matches.
|
java.lang.String |
toString() |
public void reset()
public FTMatch add(FTMatch mtc)
mtc - match to be addedpublic FTMatch add(FTStringMatch m)
m - match to be addedpublic boolean notin(FTMatch mtc)
mtc - match to be checkedpublic void sort()
public java.util.Iterator<FTStringMatch> iterator()
iterator in interface java.lang.Iterable<FTStringMatch>public java.lang.String toString()
toString in class java.lang.Object