org.apache.lucene.search
public class PrefixFilter extends MultiTermQueryWrapperFilter
query
Constructor and Description |
---|
PrefixFilter(Term prefix) |
Modifier and Type | Method and Description |
---|---|
Term |
getPrefix() |
java.lang.String |
toString()
Prints a user-readable version of this query.
|
bits, clearTotalNumberOfTerms, equals, getDocIdSet, getTotalNumberOfTerms, hashCode
public PrefixFilter(Term prefix)
public Term getPrefix()
public java.lang.String toString()
toString
in class MultiTermQueryWrapperFilter
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.