org.exist.fulltext
Class FTMatch
java.lang.Object
org.exist.dom.Match
org.exist.fulltext.FTMatch
- All Implemented Interfaces:
- Comparable
public class FTMatch
- extends Match
Methods inherited from class org.exist.dom.Match |
addOffset, compareTo, equals, getContextId, getFrequency, getMatchTerm, getNextMatch, getNodeId, getOffset, hasMatchAround, hasMatchAt, isAfter, matchEquals, mergeOffsets, toString |
FTMatch
public FTMatch(int contextId,
NodeId nodeId,
String matchTerm)
FTMatch
public FTMatch(int contextId,
NodeId nodeId,
String matchTerm,
int frequency)
FTMatch
public FTMatch(Match match)
createInstance
public Match createInstance(int contextId,
NodeId nodeId,
String matchTerm)
- Specified by:
createInstance
in class Match
newCopy
public Match newCopy()
- Specified by:
newCopy
in class Match
getIndexId
public String getIndexId()
- Specified by:
getIndexId
in class Match
Copyright (C) Wolfgang Meier. All rights reserved.