Uses of Class
org.apache.jackrabbit.core.query.lucene.NamespaceMappings

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.
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.