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

Packages that use Query.Phrase
net.nutch.analysis Tokenizer for documents and query parser. 
net.nutch.searcher Search API 
 

Uses of Query.Phrase in net.nutch.analysis
 

Methods in net.nutch.analysis with parameters of type Query.Phrase
static String[] CommonGrams.optimizePhrase(Query.Phrase phrase, String field)
          Optimizes phrase queries to use n-grams when possible.
 

Uses of Query.Phrase in net.nutch.searcher
 

Methods in net.nutch.searcher that return Query.Phrase
 Query.Phrase Query.Clause.getPhrase()
           
static Query.Phrase Query.Phrase.read(DataInput in)
           
 

Constructors in net.nutch.searcher with parameters of type Query.Phrase
Query.Clause(Query.Phrase phrase, String field, boolean isRequired, boolean isProhibited)
           
Query.Clause(Query.Phrase phrase, boolean isRequired, boolean isProhibited)
           
 



Copyright © 2004 The Nutch Organization.