org.apache.lucene.search
Class UnanalyzedQuery
java.lang.Object
org.apache.lucene.search.Query
org.apache.lucene.search.UnanalyzedQuery
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class UnanalyzedQuery
- extends org.apache.lucene.search.Query
- See Also:
- Serialized Form
Field Summary |
protected org.apache.lucene.search.TermQuery |
tq
|
Constructor Summary |
UnanalyzedQuery(org.apache.lucene.index.Term t)
Constructs a query for the term t . |
Method Summary |
protected org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.Searcher searcher)
|
boolean |
equals(java.lang.Object o)
Returns true iff o is equal to this. |
org.apache.lucene.index.Term |
getTerm()
Returns the term of this query. |
int |
hashCode()
Returns a hash code value for this object. |
java.lang.String |
toString(java.lang.String field)
Prints a user-readable version of this query. |
Methods inherited from class org.apache.lucene.search.Query |
clone, combine, extractTerms, getBoost, getSimilarity, mergeBooleanQueries, rewrite, setBoost, toString, weight |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
tq
protected org.apache.lucene.search.TermQuery tq
UnanalyzedQuery
public UnanalyzedQuery(org.apache.lucene.index.Term t)
- Constructs a query for the term
t
.
getTerm
public org.apache.lucene.index.Term getTerm()
- Returns the term of this query.
createWeight
protected org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.Searcher searcher)
throws java.io.IOException
- Overrides:
createWeight
in class org.apache.lucene.search.Query
- Throws:
java.io.IOException
toString
public java.lang.String toString(java.lang.String field)
- Prints a user-readable version of this query.
- Specified by:
toString
in class org.apache.lucene.search.Query
equals
public boolean equals(java.lang.Object o)
- Returns true iff
o
is equal to this.
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Returns a hash code value for this object.
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.