|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dbxml.db.core.indexer.IndexMatch
IndexMatch is used for representing match information. IndexMatches are the basic unit of information between Indexers and the IndexManager for performing queries and query optimization.
Constructor Summary | |
IndexMatch()
|
|
IndexMatch(Key key,
IndexPattern pattern)
|
|
IndexMatch(Key key,
int pos)
|
|
IndexMatch(Key key,
int pos,
int elem,
int attr)
|
Method Summary | |
int |
compareTo(java.lang.Object obj)
|
int |
getAttribute()
getAttribute returns the Attribute symbol ID for the Match. |
int |
getElement()
getElement returns the Element symbol ID for the Match. |
Key |
getKey()
getKey returns the Document Key for the IndexMatch. |
int |
getPosition()
getPosition returns the Document position for the Match. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IndexMatch()
public IndexMatch(Key key, int pos, int elem, int attr)
public IndexMatch(Key key, int pos)
public IndexMatch(Key key, IndexPattern pattern)
Method Detail |
public final Key getKey()
public final int getPosition()
public final int getElement()
public final int getAttribute()
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |