public class PrefixFilter extends MultiTermQueryWrapperFilter<PrefixQuery>
query
Constructor and Description |
---|
PrefixFilter(Term prefix) |
Modifier and Type | Method and Description |
---|---|
Term |
getPrefix() |
String |
toString()
Prints a user-readable version of this query.
|
clearTotalNumberOfTerms, equals, getDocIdSet, getTotalNumberOfTerms, hashCode
public PrefixFilter(Term prefix)
public Term getPrefix()
public String toString()
toString
in class MultiTermQueryWrapperFilter<PrefixQuery>