|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexMatch | |
org.apache.xindice.core.indexer | Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. |
org.apache.xindice.core.query | Implements the Xindice QueryEngine and XPathQueryResolver. |
Uses of IndexMatch in org.apache.xindice.core.indexer |
Methods in org.apache.xindice.core.indexer that return IndexMatch | |
IndexMatch[] |
ValueIndexer.queryMatches(IndexQuery query)
|
IndexMatch[] |
NameIndexer.queryMatches(IndexQuery query)
|
IndexMatch[] |
Indexer.queryMatches(IndexQuery query)
queryMatches retrieves a set of MatchEntry instances that match the supplied query. |
Uses of IndexMatch in org.apache.xindice.core.query |
Methods in org.apache.xindice.core.query with parameters of type IndexMatch | |
static Key[] |
QueryEngine.getUniqueKeys(IndexMatch[] matches)
getUniqueKeys takes a set of IndexMatch objects and extracts all of its unique Keys in sorted order. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |