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, 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 RepositoryConfig.getSearchConfig()
          Returns the system search index configuration.
 SearchConfig WorkspaceConfig.getSearchConfig()
          Returns the workspace 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, FileSystemConfig fsc, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ClusterConfig cc, DataStoreConfig dataStoreConfig, RepositoryConfigurationParser parser)
          Creates a repository configuration object.
WorkspaceConfig(String home, String name, boolean clustered, FileSystemConfig fsc, PersistenceManagerConfig pmc, SearchConfig sc, ISMLockingConfig ismLockingConfig)
          Creates a workspace configuration object.
 



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