|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTreeCallback | |
org.apache.xindice.core.filer | Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. |
Uses of BTreeCallback in org.apache.xindice.core.filer |
Methods in org.apache.xindice.core.filer with parameters of type BTreeCallback | |
void |
BTree.query(IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
void |
BTree.query(BTree.BTreeRootInfo root,
IndexQuery query,
BTreeCallback callback)
query performs a query against the BTree and performs callback operations to report the search results. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |