org.apache.lucene.queryParser.standard.config
Class LowercaseExpandedTermsAttributeImpl

java.lang.Object
  extended by org.apache.lucene.util.AttributeImpl
      extended by org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl
All Implemented Interfaces:
Serializable, Cloneable, LowercaseExpandedTermsAttribute, org.apache.lucene.util.Attribute

public class LowercaseExpandedTermsAttributeImpl
extends org.apache.lucene.util.AttributeImpl
implements LowercaseExpandedTermsAttribute

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.

See Also:
LowercaseExpandedTermsAttribute, Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.util.AttributeImpl
enableBackwards
 
Constructor Summary
LowercaseExpandedTermsAttributeImpl()
           
 
Method Summary
 void clear()
           
 void copyTo(org.apache.lucene.util.AttributeImpl target)
           
 boolean equals(Object other)
           
 int hashCode()
           
 boolean isLowercaseExpandedTerms()
           
 void setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
           
 String toString()
           
 
Methods inherited from class org.apache.lucene.util.AttributeImpl
clone, reflectAsString, reflectWith
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LowercaseExpandedTermsAttributeImpl

public LowercaseExpandedTermsAttributeImpl()
Method Detail

setLowercaseExpandedTerms

public void setLowercaseExpandedTerms(boolean lowercaseExpandedTerms)
Specified by:
setLowercaseExpandedTerms in interface LowercaseExpandedTermsAttribute

isLowercaseExpandedTerms

public boolean isLowercaseExpandedTerms()
Specified by:
isLowercaseExpandedTerms in interface LowercaseExpandedTermsAttribute

clear

public void clear()
Specified by:
clear in class org.apache.lucene.util.AttributeImpl

copyTo

public void copyTo(org.apache.lucene.util.AttributeImpl target)
Specified by:
copyTo in class org.apache.lucene.util.AttributeImpl

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class org.apache.lucene.util.AttributeImpl


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