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

All Superinterfaces:
Attribute
All Known Implementing Classes:
LocaleAttributeImpl

public interface LocaleAttribute
extends 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
 Locale getLocale()
           
 void setLocale(Locale locale)
           
 

Method Detail

setLocale

void setLocale(Locale locale)

getLocale

Locale getLocale()


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