|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceMappings | |
|---|---|
| org.apache.jackrabbit.core.query.lucene | |
| Uses of NamespaceMappings in org.apache.jackrabbit.core.query.lucene |
|---|
| Classes in org.apache.jackrabbit.core.query.lucene that implement NamespaceMappings | |
|---|---|
class |
FileBasedNamespaceMappings
The class NamespaceMappings implements a org.apache.jackrabbit.core.NamespaceResolver that holds a namespace
mapping that is used internally in the search index. |
class |
NSRegistryBasedNamespaceMappings
NSRegistryBasedNamespaceMappings implements a namespace mapping
based on the stable index prefix provided by the namespace registry. |
| Fields in org.apache.jackrabbit.core.query.lucene declared as NamespaceMappings | |
|---|---|
protected NamespaceMappings |
NodeIndexer.mappings
Namespace mappings to use for indexing. |
| Methods in org.apache.jackrabbit.core.query.lucene that return NamespaceMappings | |
|---|---|
NamespaceMappings |
SearchIndex.getNamespaceMappings()
Returns the namespace mappings for the internal representation. |
| Methods in org.apache.jackrabbit.core.query.lucene with parameters of type NamespaceMappings | |
|---|---|
static NamePathResolver |
NamePathResolverImpl.create(NamespaceMappings nsMappings)
|
protected org.apache.lucene.document.Document |
SearchIndex.createDocument(NodeState node,
NamespaceMappings nsMappings,
IndexFormatVersion indexFormatVersion)
Creates a lucene Document for a node state using the
namespace mappings nsMappings. |
protected IndexingConfiguration |
SearchIndex.createIndexingConfiguration(NamespaceMappings namespaceMappings)
|
static org.apache.lucene.search.Query |
JQOM2LuceneQueryBuilder.createQuery(QueryObjectModelTree qomTree,
SessionImpl session,
ItemStateManager sharedItemMgr,
NamespaceMappings nsMappings,
org.apache.lucene.analysis.Analyzer analyzer,
PropertyTypeRegistry propReg,
SynonymProvider synonymProvider,
java.util.Map bindVariableValues,
IndexFormatVersion version)
Creates a lucene Query tree from an
abstract query tree. |
static org.apache.lucene.search.Query |
LuceneQueryBuilder.createQuery(QueryRootNode root,
SessionImpl session,
ItemStateManager sharedItemMgr,
NamespaceMappings nsMappings,
org.apache.lucene.analysis.Analyzer analyzer,
PropertyTypeRegistry propReg,
SynonymProvider synonymProvider,
IndexFormatVersion indexFormatVersion)
Creates a lucene Query tree from an
abstract query tree. |
void |
IndexingConfiguration.init(org.w3c.dom.Element config,
QueryHandlerContext context,
NamespaceMappings namespaceMappings)
Initializes the configuration. |
void |
IndexingConfigurationImpl.init(org.w3c.dom.Element config,
QueryHandlerContext context,
NamespaceMappings nsMappings)
Initializes the configuration. |
| Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type NamespaceMappings | |
|---|---|
NameQuery(Name nodeName,
IndexFormatVersion version,
NamespaceMappings nsMappings)
Creates a new NameQuery. |
|
NameRangeQuery(Name lowerName,
Name upperName,
boolean inclusive,
IndexFormatVersion version,
NamespaceMappings nsMappings)
Creates a new NameRangeQuery. |
|
NodeIndexer(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings,
TextExtractor extractor)
Creates a new node indexer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||