|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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,
boolean isRequired,
boolean isProhibited,
org.apache.hadoop.conf.Configuration conf)
|
|
Query.Clause(Query.Phrase phrase,
String field,
boolean isRequired,
boolean isProhibited,
org.apache.hadoop.conf.Configuration conf)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||