|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamespaceMappings | |
|---|---|
| org.apache.jackrabbit.core.query.lucene | |
| org.apache.jackrabbit.core.query.lucene.join | |
| Uses of NamespaceMappings in org.apache.jackrabbit.core.query.lucene |
|---|
| Classes in org.apache.jackrabbit.core.query.lucene that implement NamespaceMappings | |
|---|---|
class |
AbstractNamespaceMappings
AbstractNamespaceMappings is the base class for index internal
namespace mappings. |
class |
FileBasedNamespaceMappings
The class NamespaceMappings implements a
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. |
protected NamespaceMappings |
LuceneQueryFactory.nsMappings
Namespace mappings to internal prefixes |
| 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 org.apache.jackrabbit.spi.commons.conversion.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 |
LuceneQueryBuilder.createQuery(org.apache.jackrabbit.spi.commons.query.QueryRootNode root,
SessionImpl session,
ItemStateManager sharedItemMgr,
NamespaceMappings nsMappings,
org.apache.lucene.analysis.Analyzer analyzer,
PropertyTypeRegistry propReg,
SynonymProvider synonymProvider,
IndexFormatVersion indexFormatVersion,
org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
Creates a lucene Query tree from an
abstract query tree. |
static Ordering |
Ordering.fromQOM(org.apache.jackrabbit.spi.commons.query.qom.OrderingImpl ordering,
SharedFieldComparatorSource scs,
NamespaceMappings nsMappings)
Creates an ordering from a JCR QOM ordering. |
void |
IndexingConfigurationImpl.init(Element config,
QueryHandlerContext context,
NamespaceMappings nsMappings)
Initializes the configuration. |
void |
IndexingConfiguration.init(Element config,
QueryHandlerContext context,
NamespaceMappings namespaceMappings)
Initializes the configuration. |
| Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type NamespaceMappings | |
|---|---|
JoinQuery(MultiColumnQuery left,
MultiColumnQuery right,
org.apache.jackrabbit.commons.query.qom.JoinType joinType,
org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl joinCondition,
NamespaceMappings nsMappings,
HierarchyManager hmgr)
Creates a new join query. |
|
LengthSortComparator(NamespaceMappings nsMappings)
|
|
NameQuery(org.apache.jackrabbit.spi.Name nodeName,
IndexFormatVersion version,
NamespaceMappings nsMappings)
Creates a new NameQuery. |
|
NameRangeQuery(org.apache.jackrabbit.spi.Name lowerName,
org.apache.jackrabbit.spi.Name upperName,
boolean inclusive,
IndexFormatVersion version,
NamespaceMappings nsMappings,
org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
Creates a new NameRangeQuery. |
|
NodeIndexer(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings,
Executor executor,
org.apache.tika.parser.Parser parser)
Creates a new node indexer. |
|
SharedFieldComparatorSource(String fieldname,
ItemStateManager ism,
HierarchyManager hmgr,
NamespaceMappings nsMappings)
Create a new SharedFieldComparatorSource for a given shared field. |
|
WildcardNameQuery(String pattern,
int transform,
org.apache.jackrabbit.spi.commons.namespace.NamespaceResolver resolver,
NamespaceMappings nsMappings,
org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
|
|
| Uses of NamespaceMappings in org.apache.jackrabbit.core.query.lucene.join |
|---|
| Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type NamespaceMappings | |
|---|---|
static Join |
Join.create(MultiColumnQueryHits left,
MultiColumnQueryHits right,
org.apache.jackrabbit.commons.query.qom.JoinType joinType,
org.apache.jackrabbit.spi.commons.query.qom.JoinConditionImpl condition,
org.apache.lucene.index.IndexReader reader,
HierarchyResolver resolver,
NamespaceMappings nsMappings,
HierarchyManager hmgr)
Creates a new join result. |
| Constructors in org.apache.jackrabbit.core.query.lucene.join with parameters of type NamespaceMappings | |
|---|---|
EquiJoin(MultiColumnQueryHits inner,
int innerScoreNodeIndex,
NamespaceMappings nsMappings,
org.apache.lucene.index.IndexReader reader,
org.apache.jackrabbit.spi.Name innerProperty,
org.apache.jackrabbit.spi.Name outerProperty)
Creates a new equi join condition. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||