org.apache.lucene.queryParser.standard.config
Interface LowercaseExpandedTermsAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
LowercaseExpandedTermsAttributeImpl

Deprecated.

@Deprecated
public interface LowercaseExpandedTermsAttribute
extends org.apache.lucene.util.Attribute

This attribute is used by processor ParametricRangeQueryNodeProcessor and must be defined in the QueryConfigHandler. This attribute tells the processor what is the default Locale used to parse a date.


Method Summary
 boolean isLowercaseExpandedTerms()
          Deprecated.  
 void setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
          Deprecated.  
 

Method Detail

setLowercaseExpandedTerms

void setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
Deprecated. 

isLowercaseExpandedTerms

boolean isLowercaseExpandedTerms()
Deprecated. 


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.