Uses of Class
org.apache.nutch.searcher.QueryException

Packages that use QueryException
org.apache.nutch.searcher Search API 
org.apache.nutch.searcher.more A more query plugin. 
 

Uses of QueryException in org.apache.nutch.searcher
 

Methods in org.apache.nutch.searcher that throw QueryException
 BooleanQuery RawFieldQueryFilter.filter(Query input, BooleanQuery output)
           
static BooleanQuery QueryFilters.filter(Query input)
          Run all defined filters.
 BooleanQuery FieldQueryFilter.filter(Query input, BooleanQuery output)
           
 BooleanQuery QueryFilter.filter(Query input, BooleanQuery translation)
          Adds clauses or otherwise modifies the BooleanQuery that will be searched.
 

Uses of QueryException in org.apache.nutch.searcher.more
 

Methods in org.apache.nutch.searcher.more that throw QueryException
 BooleanQuery DateQueryFilter.filter(Query input, BooleanQuery output)
           
 



Copyright © 2006 The Apache Software Foundation