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, NamespaceRegistry 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 ConfigurationParser.parseSearchConfig(Element parent)
          Parses search index configuration.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type SearchConfig
RepositoryConfig(String home, String name, AccessManagerConfig amc, LoginModuleConfig lmc, FileSystemConfig fsc, String workspaceDirectory, String workspaceConfigDirectory, String defaultWorkspace, int workspaceMaxIdleTime, Element template, VersioningConfig vc, SearchConfig sc, ConfigurationParser parser)
          Creates a repository configuration object.
WorkspaceConfig(String home, String name, FileSystemConfig fsc, PersistenceManagerConfig pmc, SearchConfig sc)
          Creates a workspace configuration object.
 



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