|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexMatch | |
com.dbxml.db.common.fulltext | Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. |
com.dbxml.db.common.indexers | Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. |
com.dbxml.db.core.indexer | Defines the dbXML Indexer interfaces |
com.dbxml.db.core.query | Implements the dbXML QueryEngine and XPathQueryResolver. |
Uses of IndexMatch in com.dbxml.db.common.fulltext |
Methods in com.dbxml.db.common.fulltext that return IndexMatch | |
IndexMatch[] |
FullTextIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
Uses of IndexMatch in com.dbxml.db.common.indexers |
Methods in com.dbxml.db.common.indexers that return IndexMatch | |
IndexMatch[] |
ValueIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
IndexMatch[] |
NameIndexer.queryMatches(Transaction tx,
IndexQuery query)
|
Uses of IndexMatch in com.dbxml.db.core.indexer |
Methods in com.dbxml.db.core.indexer that return IndexMatch | |
IndexMatch[] |
Indexer.queryMatches(Transaction tx,
IndexQuery query)
queryMatches retrieves a set of MatchEntry instances that match the supplied query. |
Uses of IndexMatch in com.dbxml.db.core.query |
Methods in com.dbxml.db.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. |
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |