Uses of Class
org.apache.nutch.searcher.Query.Term

Packages that use Query.Term
org.apache.nutch.searcher Search API 
 

Uses of Query.Term in org.apache.nutch.searcher
 

Methods in org.apache.nutch.searcher that return Query.Term
 Query.Term Query.Clause.getTerm()
           
static Query.Term Query.Term.read(DataInput in)
           
 Query.Term[] Query.Phrase.getTerms()
           
 

Constructors in org.apache.nutch.searcher with parameters of type Query.Term
Query.Clause(Query.Term term, String field, boolean isRequired, boolean isProhibited)
           
Query.Clause(Query.Term term, boolean isRequired, boolean isProhibited)
           
Query.Phrase(Query.Term[] terms)
           
 



Copyright © 2006 The Apache Software Foundation