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