public class WildcardFilter
extends org.apache.lucene.search.Filter
Modifier and Type | Field and Description |
---|---|
protected org.apache.lucene.index.Term |
term |
Constructor and Description |
---|
WildcardFilter(org.apache.lucene.index.Term wildcardTerm) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.IndexReader reader) |
org.apache.lucene.index.Term |
getTerm() |
int |
hashCode() |
String |
toString() |
public org.apache.lucene.index.Term getTerm()
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader) throws IOException
getDocIdSet
in class org.apache.lucene.search.Filter
IOException
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.