public class LuceneIndexEditor extends java.lang.Object implements IndexEditor, org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRoot
IndexEditor
implementation that is responsible for keeping the
LuceneIndex
up to dateLuceneIndex
Modifier and Type | Method and Description |
---|---|
Editor |
childNodeAdded(java.lang.String name,
NodeState after)
Processes an added child node.
|
Editor |
childNodeChanged(java.lang.String name,
NodeState before,
NodeState after)
Processes a changed child node.
|
Editor |
childNodeDeleted(java.lang.String name,
NodeState before)
Processes a deleted child node.
|
void |
enter(NodeState before,
NodeState after)
Called before the given before and after states are compared.
|
java.lang.String |
getPath() |
void |
leave(NodeState before,
NodeState after)
Called after the given before and after states are compared.
|
void |
markDirty() |
void |
propertyAdded(PropertyState after)
Processes an added property.
|
void |
propertyChanged(PropertyState before,
PropertyState after)
Processes a changed property.
|
void |
propertyDeleted(PropertyState before)
Processes a removed property.
|
public java.lang.String getPath()
getPath
in interface org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRoot
public void enter(NodeState before, NodeState after) throws CommitFailedException
Editor
enter
in interface Editor
before
- before state, non-existent if this node was addedafter
- after state, non-existent if this node was removedCommitFailedException
- if this commit should be rejectedpublic void leave(NodeState before, NodeState after) throws CommitFailedException
Editor
leave
in interface Editor
before
- before state, non-existent if this node was addedafter
- after state, non-existent if this node was removedCommitFailedException
- if this commit should be rejectedpublic void propertyAdded(PropertyState after)
Editor
propertyAdded
in interface Editor
after
- the added propertypublic void propertyChanged(PropertyState before, PropertyState after)
Editor
propertyChanged
in interface Editor
before
- the original propertyafter
- the changed propertypublic void propertyDeleted(PropertyState before)
Editor
propertyDeleted
in interface Editor
before
- the removed propertypublic Editor childNodeAdded(java.lang.String name, NodeState after)
Editor
childNodeAdded
in interface Editor
name
- name of the added nodeafter
- the added child nodenull
if the subtree does not need processingpublic Editor childNodeChanged(java.lang.String name, NodeState before, NodeState after)
Editor
childNodeChanged
in interface Editor
name
- name of the changed nodebefore
- child node before the changeafter
- child node after the changenull
if the subtree does not need processingpublic Editor childNodeDeleted(java.lang.String name, NodeState before) throws CommitFailedException
Editor
childNodeDeleted
in interface Editor
name
- name of the deleted nodebefore
- the deleted child nodenull
if the subtree does not need processingCommitFailedException
- if processing failedpublic void markDirty()
markDirty
in interface org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRoot
Copyright © 2010 - 2020 Adobe. All Rights Reserved