| org.apache.solr.search.ConstantScorePrefixQuery
ConstantScorePrefixQuery | public class ConstantScorePrefixQuery extends Query (Code) | | author: yonik version: $Id: ConstantScorePrefixQuery.java 472574 2006-11-08 18:25:52Z yonik $ |
Method Summary | |
public boolean | equals(Object o) Returns true if o is equal to this. | public Term | getPrefix() | public int | hashCode() Returns a hash code value for this object. | public Query | rewrite(IndexReader reader) | public String | toString(String field) Prints a user-readable version of this query. |
ConstantScorePrefixQuery | public ConstantScorePrefixQuery(Term prefix)(Code) | | |
equals | public boolean equals(Object o)(Code) | | Returns true if o is equal to this.
|
getPrefix | public Term getPrefix()(Code) | | Returns the prefix for this query
|
hashCode | public int hashCode()(Code) | | Returns a hash code value for this object.
|
toString | public String toString(String field)(Code) | | Prints a user-readable version of this query.
|
|
|