| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.config | 
 Jackrabbit configuration handling. 
 | 
| org.apache.jackrabbit.core.query | |
| org.apache.jackrabbit.core.query.lucene | 
| Modifier and Type | Method and Description | 
|---|---|
QueryHandler | 
WorkspaceConfig.getQueryHandler(QueryHandlerContext context)
Returns an initialized query handler, or  
null if one
 was not configured. | 
QueryHandler | 
RepositoryConfig.getQueryHandler(QueryHandlerContext context)
Returns the initialized query handler, or  
null if one
 has not been configured. | 
| Modifier and Type | Method and Description | 
|---|---|
QueryHandlerContext | 
QueryHandler.getContext()
Returns the query handler context that passed in  
QueryHandler.init(FileSystem, QueryHandlerContext). | 
QueryHandlerContext | 
AbstractQueryHandler.getContext()
Returns the context for this query handler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryHandler | 
QueryHandlerFactory.getQueryHandler(QueryHandlerContext context)  | 
void | 
QueryHandler.init(FileSystem fs,
    QueryHandlerContext context)
Initializes this query handler. 
 | 
void | 
AbstractQueryHandler.init(FileSystem fs,
    QueryHandlerContext context)
Initializes this query handler by setting all properties in this class
 with appropriate parameter values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IndexingConfigurationImpl.init(Element config,
    QueryHandlerContext context,
    NamespaceMappings nsMappings)
Initializes the configuration. 
 | 
void | 
IndexingConfiguration.init(Element config,
    QueryHandlerContext context,
    NamespaceMappings namespaceMappings)
Initializes the configuration. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.