Xindice API

Uses of Interface
org.apache.xindice.core.filer.BTreeCallback

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

Copyright (c) 1999-2001 The Apache Software Foundation