Package org.apache.solr.request
Class RegexBytesRefFilter
java.lang.Object
org.apache.solr.request.RegexBytesRefFilter
- All Implemented Interfaces:
Predicate<org.apache.lucene.util.BytesRef>
public class RegexBytesRefFilter
extends Object
implements Predicate<org.apache.lucene.util.BytesRef>
An implementation of
Predicate which returns true if the BytesRef matches the supplied
regular expression.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanincludeString(String term) booleantest(org.apache.lucene.util.BytesRef term)