| Package | Description | 
|---|---|
| org.apache.jackrabbit.core | 
 Contains the core classes that provide the implementation of the JCR API. 
 | 
| org.apache.jackrabbit.core.query | 
| Modifier and Type | Method and Description | 
|---|---|
protected SearchManager | 
RepositoryImpl.WorkspaceInfo.getSearchManager()
Returns the search manager for this workspace. 
 | 
protected SearchManager | 
RepositoryImpl.getSystemSearchManager(String wspName)
Returns the system search manager or  
null if none is
 configured. | 
| Constructor and Description | 
|---|
SearchManager(String workspace,
             RepositoryContext repositoryContext,
             QueryHandlerFactory qhf,
             SharedItemStateManager itemMgr,
             PersistenceManager pm,
             NodeId rootNodeId,
             SearchManager parentMgr,
             NodeId excludedNodeId)
Creates a new  
SearchManager. | 
| Constructor and Description | 
|---|
QueryManagerImpl(SessionContext sessionContext,
                SearchManager searchMgr)
Creates a new  
QueryManagerImpl for the passed
 session | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.