Uses of Class
org.apache.jackrabbit.core.query.PropertyTypeRegistry

Packages that use PropertyTypeRegistry
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
 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
protected  PropertyTypeRegistry AbstractQueryImpl.propReg
          The property type registry for type lookup.
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry
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)
          Creates a lucene Query tree from an abstract query tree.
 

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type PropertyTypeRegistry
AbstractQueryImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg)
          Creates a new query instance from a query string.
QueryImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg, String statement, String language, QueryNodeFactory factory)
          Creates a new query instance from a query string.
QueryObjectModelImpl(SessionImpl session, ItemManager itemMgr, SearchIndex index, PropertyTypeRegistry propReg, QueryObjectModelTree qomTree)
          Creates a new query instance from a query string.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.