Uses of Class
org.apache.jackrabbit.core.config.SearchConfig

Packages that use SearchConfig
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 SearchConfig in org.apache.jackrabbit.core
 

Constructors in org.apache.jackrabbit.core with parameters of type SearchConfig
SearchManager(SearchConfig config, NamespaceRegistryImpl nsReg, NodeTypeRegistry ntReg, SharedItemStateManager itemMgr, PersistenceManager pm, NodeId rootNodeId, SearchManager parentMgr, NodeId excludedNodeId)
          Creates a new SearchManager.
 

Uses of SearchConfig in org.apache.jackrabbit.core.config
 

Methods in org.apache.jackrabbit.core.config that return SearchConfig
 SearchConfig WorkspaceConfig.getSearchConfig()
          Returns the workspace search index configuration.
 SearchConfig RepositoryConfig.getSearchConfig()
          Returns the system search index configuration.
protected  SearchConfig RepositoryConfigurationParser.parseSearchConfig(Element parent)
          Parses search index configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type SearchConfig
RepositoryConfig(String home, SecurityConfig sec, FileSystemFactory fsf, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ClusterConfig cc, DataStoreFactory dsf, RepositoryLockMechanismFactory rlf, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, SearchConfig sc, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig)
          Creates a workspace configuration object.
 



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