Package | Description |
---|---|
org.apache.jackrabbit.core.query | |
org.apache.jackrabbit.core.query.lucene |
Modifier and Type | Method and Description |
---|---|
PropertyTypeRegistry |
QueryHandlerContext.getPropertyTypeRegistry()
Returns the PropertyTypeRegistry for this repository.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyTypeRegistry |
AbstractQueryImpl.propReg
The property type registry for type lookup.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Query |
LuceneQueryBuilder.createQuery(QueryRootNode root,
SessionImpl session,
ItemStateManager sharedItemMgr,
NamespaceMappings nsMappings,
org.apache.lucene.analysis.Analyzer analyzer,
PropertyTypeRegistry propReg,
SynonymProvider synonymProvider,
IndexFormatVersion indexFormatVersion,
org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
Creates a lucene
Query tree from an
abstract query tree. |
Constructor and Description |
---|
AbstractQueryImpl(SessionContext sessionContext,
SearchIndex index,
PropertyTypeRegistry propReg)
Creates a new query instance from a query string.
|
QueryImpl(SessionContext sessionContext,
SearchIndex index,
PropertyTypeRegistry propReg,
String statement,
String language,
QueryNodeFactory factory)
Creates a new query instance from a query string.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.