org.aminds.lucene.queryParser.range.processors
クラス ParametricRangeQueryNodeProcessor
java.lang.Object
org.apache.lucene.queryParser.core.processors.QueryNodeProcessorImpl
org.aminds.lucene.queryParser.range.processors.ParametricRangeQueryNodeProcessor
- すべての実装されたインタフェース:
- QueryNodeProcessor
public class ParametricRangeQueryNodeProcessor
- extends QueryNodeProcessorImpl
This is needed to process unbounded ranges appropriately.
- 作成者:
- Masashi Nakanishi
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defaultResolution
protected static final DateTools.Resolution defaultResolution
ParametricRangeQueryNodeProcessor
public ParametricRangeQueryNodeProcessor()
postProcessNode
protected QueryNode postProcessNode(QueryNode node)
throws QueryNodeException
- 定義:
- クラス
QueryNodeProcessorImpl 内の postProcessNode
- 例外:
QueryNodeException
processAsDate
protected ParametricQueryNode processAsDate(ParametricQueryNode node,
Locale locale,
DateTools.Resolution dateRes)
preProcessNode
protected QueryNode preProcessNode(QueryNode node)
throws QueryNodeException
- 定義:
- クラス
QueryNodeProcessorImpl 内の preProcessNode
- 例外:
QueryNodeException
setChildrenOrder
protected List<QueryNode> setChildrenOrder(List<QueryNode> children)
throws QueryNodeException
- 定義:
- クラス
QueryNodeProcessorImpl 内の setChildrenOrder
- 例外:
QueryNodeException
Copyright (c) 2008-2011 Masashi Nakanishi.