|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryHandlerFactory | |
|---|---|
| org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
| org.apache.jackrabbit.core.config | Jackrabbit configuration handling. |
| Uses of QueryHandlerFactory in org.apache.jackrabbit.core |
|---|
| Constructors in org.apache.jackrabbit.core with parameters of type QueryHandlerFactory | |
|---|---|
SearchManager(String workspace,
RepositoryContext repositoryContext,
QueryHandlerFactory qhf,
SharedItemStateManager itemMgr,
PersistenceManager pm,
NodeId rootNodeId,
SearchManager parentMgr,
NodeId excludedNodeId)
Creates a new SearchManager. |
|
| Uses of QueryHandlerFactory in org.apache.jackrabbit.core.config |
|---|
| Classes in org.apache.jackrabbit.core.config that implement QueryHandlerFactory | |
|---|---|
class |
RepositoryConfig
Repository configuration. |
class |
WorkspaceConfig
Workspace configuration. |
| Methods in org.apache.jackrabbit.core.config that return QueryHandlerFactory | |
|---|---|
protected QueryHandlerFactory |
RepositoryConfigurationParser.getQueryHandlerFactory(Element parent)
Parses search index configuration. |
| Constructors in org.apache.jackrabbit.core.config with parameters of type QueryHandlerFactory | |
|---|---|
RepositoryConfig(String home,
SecurityConfig sec,
FileSystemFactory fsf,
String workspaceDirectory,
String workspaceConfigDirectory,
String defaultWorkspace,
int workspaceMaxIdleTime,
Element template,
VersioningConfig vc,
QueryHandlerFactory qhf,
ClusterConfig cc,
DataStoreFactory dsf,
RepositoryLockMechanismFactory rlf,
DataSourceConfig dsc,
ConnectionFactory cf,
RepositoryConfigurationParser parser)
Creates a repository configuration object. |
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig)
Creates a workspace configuration object. |
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig,
ImportConfig importConfig)
Creates a workspace configuration object. |
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig,
ImportConfig importConfig,
long defaultLockTimeout)
Creates a workspace configuration object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||