Interface AllowLeadingWildcardAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
AllowLeadingWildcardAttributeImpl
@Deprecated public interface AllowLeadingWildcardAttribute extends org.apache.lucene.util.Attribute
Deprecated.This attribute is used byAllowLeadingWildcardProcessorprocessor and must be defined in theQueryConfigHandler. It basically tells the processor if it should allow leading wildcard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanisAllowLeadingWildcard()Deprecated.voidsetAllowLeadingWildcard(boolean allowLeadingWildcard)Deprecated.
-