Constructor and Description |
---|
IgnoreAcceptDocsQuery(Query q) |
Modifier and Type | Method and Description |
---|---|
Weight |
createWeight(IndexSearcher searcher) |
boolean |
equals(Object o) |
void |
extractTerms(Set<Term> terms) |
float |
getBoost() |
int |
hashCode() |
Query |
rewrite(IndexReader reader) |
void |
setBoost(float b) |
String |
toString() |
String |
toString(String field) |
public IgnoreAcceptDocsQuery(Query q)
public Weight createWeight(IndexSearcher searcher) throws IOException
createWeight
in class Query
IOException
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
public void extractTerms(Set<Term> terms)
extractTerms
in class Query
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.