Project JXTA

Uses of Class
net.jxta.impl.xindice.core.indexer.IndexQuery

Packages that use IndexQuery
net.jxta.impl.cm   
net.jxta.impl.xindice.core.filer   
 

Uses of IndexQuery in net.jxta.impl.cm
 

Methods in net.jxta.impl.cm that return IndexQuery
protected static IndexQuery Cm.getIndexQuery(String value)
           
 

Methods in net.jxta.impl.cm with parameters of type IndexQuery
 void Indexer.search(IndexQuery query, String name, BTreeCallback callback)
           
 

Uses of IndexQuery in net.jxta.impl.xindice.core.filer
 

Methods in net.jxta.impl.xindice.core.filer with parameters of type IndexQuery
 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.
 void BTree.query(IndexQuery query, BTreeCallback callback)
          query performs a query against the BTree and performs callback operations to report the search results.
 


JXTA J2SE