public class TermQuery extends Query
BooleanQuery.| Constructor and Description |
|---|
TermQuery(Term t)
Constructs a query for the term
t. |
TermQuery(Term t,
TermContext states)
Expert: constructs a TermQuery that will use the provided docFreq instead
of looking up the docFreq against the searcher.
|
| Modifier and Type | Method and Description |
|---|---|
Weight |
createWeight(IndexSearcher searcher,
boolean needsScores,
float boost)
Expert: Constructs an appropriate Weight implementation for this query.
|
boolean |
equals(Object other)
Returns true iff
o is equal to this. |
Term |
getTerm()
Returns the term of this query.
|
int |
hashCode()
Override and implement query hash code properly in a subclass.
|
String |
toString(String field)
Prints a user-readable version of this query.
|
classHash, rewrite, sameClassAs, toStringpublic TermQuery(Term t)
t.public TermQuery(Term t, TermContext states)
public Term getTerm()
public Weight createWeight(IndexSearcher searcher, boolean needsScores, float boost) throws IOException
QueryOnly implemented by primitive queries, which re-write to themselves.
createWeight in class QueryneedsScores - True if document scores (Scorer.score()) are needed.boost - The boost that is propagated by the parent queries.IOExceptionpublic boolean equals(Object other)
o is equal to this.equals in class QueryQuery.sameClassAs(Object),
Query.classHash()public int hashCode()
QueryQueryCache works properly.hashCode in class QueryQuery.equals(Object)Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.