Serializable
, Cloneable
public class TermQuery extends Query
BooleanQuery
.Constructor | Description |
---|---|
TermQuery(Term t) |
Constructs a query for the term
t . |
Modifier and Type | Method | Description |
---|---|---|
Weight |
createWeight(Searcher searcher) |
Expert: Constructs an appropriate Weight implementation for this query.
|
boolean |
equals(Object o) |
Returns true iff
o is equal to this. |
void |
extractTerms(Set<Term> terms) |
Expert: adds all terms occurring in this query to the terms set.
|
Term |
getTerm() |
Returns the term of this query.
|
int |
hashCode() |
Returns a hash code value for this object.
|
String |
toString(String field) |
Prints a user-readable version of this query.
|
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, combine, getBoost, getSimilarity, mergeBooleanQueries, rewrite, setBoost, toString, weight
public TermQuery(Term t)
t
.public Term getTerm()
public Weight createWeight(Searcher searcher) throws IOException
Query
Only implemented by primitive queries, which re-write to themselves.
createWeight
in class Query
IOException
public void extractTerms(Set<Term> terms)
Query
rewritten
form.extractTerms
in class Query
public boolean equals(Object o)
o
is equal to this.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.