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

All Superinterfaces:
Attribute
All Known Implementing Classes:
RangeCollatorAttributeImpl

public interface RangeCollatorAttribute
extends Attribute

This attribute is used by ParametricRangeQueryNodeProcessor processor and must be defined in the QueryConfigHandler. This attribute tells the processor which Collator should be used for a TermRangeQuery


Method Summary
 Collator getRangeCollator()
           
 void setDateResolution(Collator rangeCollator)
           
 

Method Detail

setDateResolution

void setDateResolution(Collator rangeCollator)

getRangeCollator

Collator getRangeCollator()


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