protected static class FieldDataTermsFilter.BytesFieldDataFilter extends FieldDataTermsFilter
FieldDataTermsFilter.BytesFieldDataFilter, FieldDataTermsFilter.DoublesFieldDataFilter, FieldDataTermsFilter.LongsFieldDataFilter
Modifier | Constructor and Description |
---|---|
protected |
BytesFieldDataFilter(IndexFieldData fieldData,
com.carrotsearch.hppc.ObjectOpenHashSet<org.apache.lucene.util.BytesRef> terms) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
int |
hashCode() |
String |
toString() |
newBytes, newDoubles, newLongs
protected BytesFieldDataFilter(IndexFieldData fieldData, com.carrotsearch.hppc.ObjectOpenHashSet<org.apache.lucene.util.BytesRef> terms)
public boolean equals(Object obj)
equals
in class FieldDataTermsFilter
public int hashCode()
hashCode
in class FieldDataTermsFilter
public String toString()
toString
in class FieldDataTermsFilter
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context, org.apache.lucene.util.Bits acceptDocs) throws IOException
getDocIdSet
in class org.apache.lucene.search.Filter
IOException
Copyright © 2009–2015. All rights reserved.