Uses of Class
org.jbox.searcher.simpleSearcher.PageProxy

Packages that use PageProxy
org.jbox.searcher This package defines APIs for searching index from database. 
org.jbox.searcher.simpleSearcher This package defines APIs of a simple implementation of Searcher. 
 

Uses of PageProxy in org.jbox.searcher
 

Methods in org.jbox.searcher with parameters of type PageProxy
protected  void AbstractSearcher.pageRank(PageProxy[] pageProxys, int start, int end)
          Rank pages.
 

Uses of PageProxy in org.jbox.searcher.simpleSearcher
 

Methods in org.jbox.searcher.simpleSearcher that return types with arguments of type PageProxy
protected  java.util.HashMap<java.lang.Long,PageProxy> SimpleSearcher.query(java.lang.String word)
          Query the index with a specified word string.
 java.util.Collection<PageProxy> SimpleSearcher.query(java.lang.String[] words)
          Query index by a string array.