Uses of Class
org.apache.jackrabbit.core.query.PropertyTypeRegistry
-
Packages that use PropertyTypeRegistry Package Description org.apache.jackrabbit.core.query org.apache.jackrabbit.core.query.lucene -
-
Uses of PropertyTypeRegistry in org.apache.jackrabbit.core.query
Methods in org.apache.jackrabbit.core.query that return PropertyTypeRegistry Modifier and Type Method Description PropertyTypeRegistry
QueryHandlerContext. getPropertyTypeRegistry()
Returns the PropertyTypeRegistry for this repository. -
Uses of PropertyTypeRegistry in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as PropertyTypeRegistry Modifier and Type Field Description protected PropertyTypeRegistry
AbstractQueryImpl. propReg
The property type registry for type lookup.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry Modifier and Type Method Description static Query
LuceneQueryBuilder. createQuery(QueryRootNode root, SessionImpl session, ItemStateManager sharedItemMgr, NamespaceMappings nsMappings, Analyzer analyzer, PropertyTypeRegistry propReg, SynonymProvider synonymProvider, IndexFormatVersion indexFormatVersion, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
Creates a luceneQuery
tree from an abstract query tree.Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry Constructor 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.
-