|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object com.isenshi.util.extlib.BasicExpressionFactoryTxtContainsCJK
This factory creates executable BasicExpressions. An instance is created for each SEARCH request.
フィールドの概要 | |
protected org.apache.slide.search.PropertyProvider |
propertyProvider
|
インタフェース org.apache.slide.search.basic.IBasicExpressionFactory から継承したフィールド |
BASIC_EXPRESSION_FACTORY_CLASS |
コンストラクタの概要 | |
BasicExpressionFactoryTxtContainsCJK(String rootPath)
Constructor |
メソッドの概要 | |
org.apache.slide.search.basic.IBasicExpression |
createExpression(org.jdom.Element element)
Called by the expression compiler for each leave expression. |
org.apache.slide.search.basic.IBasicExpression |
createMergeExpression(String mergeOperator,
String namespace,
Collection expressionsToMerge)
called for merge expressions (or, and). |
org.apache.slide.search.PropertyProvider |
getPropertyProvider()
Method getPropertyProvider |
org.apache.slide.search.basic.IBasicQuery |
getQuery()
Method getQuery |
void |
init(org.apache.slide.search.basic.IBasicQuery query,
org.apache.slide.search.PropertyProvider propertyProvider)
called by BasicExpressionCompiler after construction. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected org.apache.slide.search.PropertyProvider propertyProvider
コンストラクタの詳細 |
public BasicExpressionFactoryTxtContainsCJK(String rootPath)
rootPath
- path to the content filesメソッドの詳細 |
public org.apache.slide.search.basic.IBasicExpression createMergeExpression(String mergeOperator, String namespace, Collection expressionsToMerge) throws org.apache.slide.search.BadQueryException
org.apache.slide.search.basic.IBasicExpressionFactory
内の createMergeExpression
mergeOperator
- and, ornamespace
- the namespace of this expressionexpressionsToMerge
- all expressions, that shall be merged
org.apache.slide.search.BadQueryException
public org.apache.slide.search.basic.IBasicExpression createExpression(org.jdom.Element element) throws org.apache.slide.search.BadQueryException
org.apache.slide.search.basic.IBasicExpressionFactory
内の createExpression
element
- an Element discribing the expression
org.apache.slide.search.BadQueryException
public void init(org.apache.slide.search.basic.IBasicQuery query, org.apache.slide.search.PropertyProvider propertyProvider) throws org.apache.slide.search.BadQueryException
org.apache.slide.search.basic.IBasicExpressionFactory
内の init
query
- the associated BasicQuerypropertyProvider
- the PropertyProvider for this expression.
org.apache.slide.search.BadQueryException
public org.apache.slide.search.PropertyProvider getPropertyProvider()
org.apache.slide.search.basic.IBasicExpressionFactory
内の getPropertyProvider
public org.apache.slide.search.basic.IBasicQuery getQuery()
org.apache.slide.search.basic.IBasicExpressionFactory
内の getQuery
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |