|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(SessionImpl session,
SearchConfig config,
NodeTypeRegistry ntReg,
ItemStateManager itemMgr)
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. |
protected SearchConfig |
ConfigurationParser.parseSearchConfig(Element parent)
Parses search index configuration. |
Constructors in org.apache.jackrabbit.core.config with parameters of type SearchConfig | |
WorkspaceConfig(String home,
String name,
FileSystemConfig fsc,
PersistenceManagerConfig pmc,
SearchConfig sc)
Creates a workspace configuration object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |