Uses of Class
net.nutch.searcher.Query.Term

Packages that use Query.Term
net.nutch.searcher Search API 
 

Uses of Query.Term in net.nutch.searcher
 

Methods in net.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 net.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 © 2004 The Nutch Organization.