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

Packages that use SearchConfig
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.config   
 

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, ItemStateManager 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, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, SearchConfig sc, ISMLockingConfig ismLockingConfig, WorkspaceSecurityConfig workspaceSecurityConfig)
          Creates a workspace configuration object.
 



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