|
|||||||||||
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 |
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 with parameters of type NamespaceMappings | |
static org.apache.lucene.document.Document |
NodeIndexer.createDocument(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings)
Creates a lucene Document from a node. |
protected org.apache.lucene.document.Document |
SearchIndex.createDocument(NodeState node,
NamespaceMappings nsMappings)
Creates a lucene Document from a node state using the
namespace mappings nsMappings . |
Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type NamespaceMappings | |
NodeIndexer(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings)
Creates a new node indexer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |