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

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

Uses of Query.Phrase in org.apache.nutch.analysis
 

Methods in org.apache.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 org.apache.nutch.searcher
 

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

Constructors in org.apache.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 © 2006 The Apache Software Foundation