|
|||||||||||
| 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 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.lucene.search.Query |
LuceneQueryBuilder.createQuery(QueryRootNode root,
SessionImpl session,
ItemStateManager sharedItemMgr,
NamespaceMappings nsMappings,
org.apache.lucene.analysis.Analyzer analyzer,
PropertyTypeRegistry propReg)
Creates a lucene Query tree from an
abstract query tree. |
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. |
static org.apache.lucene.document.Document |
NodeIndexer.createDocument(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings,
List textFilters)
Creates a lucene Document from a node. |
| Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type NamespaceMappings | |
NodeIndexer(NodeState node,
ItemStateManager stateProvider,
NamespaceMappings mappings,
List textFilters)
Creates a new node indexer. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||