public static class TypeFieldMapper.TypesQuery
extends org.apache.lucene.search.Query
| Constructor and Description |
|---|
TypesQuery(org.apache.lucene.util.BytesRef... types) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
org.apache.lucene.util.BytesRef[] |
getTerms() |
int |
hashCode() |
org.apache.lucene.search.Query |
rewrite(org.apache.lucene.index.IndexReader reader) |
java.lang.String |
toString(java.lang.String field) |
public org.apache.lucene.util.BytesRef[] getTerms()
public org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader reader)
throws java.io.IOException
rewrite in class org.apache.lucene.search.Queryjava.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class org.apache.lucene.search.Querypublic int hashCode()
hashCode in class org.apache.lucene.search.Querypublic java.lang.String toString(java.lang.String field)
toString in class org.apache.lucene.search.Query