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 |
RepositoryConfig.getQueryHandler(QueryHandlerContext context)
Returns the initialized query handler, or
null if one
has not been configured. |
QueryHandler |
WorkspaceConfig.getQueryHandler(QueryHandlerContext context)
Returns an initialized query handler, or
null if one
was not configured. |
Modifier and Type | Method and Description |
---|---|
QueryHandlerContext |
AbstractQueryHandler.getContext()
Returns the context for this query handler.
|
QueryHandlerContext |
QueryHandler.getContext()
Returns the query handler context that passed in
QueryHandler.init(FileSystem, QueryHandlerContext) . |
Modifier and Type | Method and Description |
---|---|
QueryHandler |
QueryHandlerFactory.getQueryHandler(QueryHandlerContext context) |
void |
AbstractQueryHandler.init(FileSystem fs,
QueryHandlerContext context)
Initializes this query handler by setting all properties in this class
with appropriate parameter values.
|
void |
QueryHandler.init(FileSystem fs,
QueryHandlerContext context)
Initializes this query handler.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexingConfiguration.init(Element config,
QueryHandlerContext context,
NamespaceMappings namespaceMappings)
Initializes the configuration.
|
void |
IndexingConfigurationImpl.init(Element config,
QueryHandlerContext context,
NamespaceMappings nsMappings)
Initializes the configuration.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.