org.exist.fulltext
Class FTMatch

java.lang.Object
  extended by org.exist.dom.Match
      extended by org.exist.fulltext.FTMatch
All Implemented Interfaces:
Comparable

public class FTMatch
extends Match


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exist.dom.Match
Match.Offset
 
Constructor Summary
FTMatch(int contextId, NodeId nodeId, String matchTerm)
           
FTMatch(int contextId, NodeId nodeId, String matchTerm, int frequency)
           
FTMatch(Match match)
           
 
Method Summary
 Match createInstance(int contextId, NodeId nodeId, String matchTerm)
           
 String getIndexId()
           
 Match newCopy()
           
 
Methods inherited from class org.exist.dom.Match
addOffset, compareTo, equals, getContextId, getFrequency, getMatchTerm, getNextMatch, getNodeId, getOffset, hasMatchAround, hasMatchAt, isAfter, matchEquals, mergeOffsets, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.