public class LuceneIndexEditor extends Object implements org.apache.jackrabbit.oak.plugins.index.IndexEditor, org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRoot
IndexEditor implementation that is responsible for keeping the
LuceneIndex up to dateLuceneIndexpublic String getPath()
getPath in interface org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRootpublic void enter(org.apache.jackrabbit.oak.spi.state.NodeState before, org.apache.jackrabbit.oak.spi.state.NodeState after) throws org.apache.jackrabbit.oak.api.CommitFailedException
enter in interface org.apache.jackrabbit.oak.spi.commit.Editororg.apache.jackrabbit.oak.api.CommitFailedExceptionpublic void leave(org.apache.jackrabbit.oak.spi.state.NodeState before, org.apache.jackrabbit.oak.spi.state.NodeState after) throws org.apache.jackrabbit.oak.api.CommitFailedException
leave in interface org.apache.jackrabbit.oak.spi.commit.Editororg.apache.jackrabbit.oak.api.CommitFailedExceptionpublic void propertyAdded(org.apache.jackrabbit.oak.api.PropertyState after)
propertyAdded in interface org.apache.jackrabbit.oak.spi.commit.Editorpublic void propertyChanged(org.apache.jackrabbit.oak.api.PropertyState before, org.apache.jackrabbit.oak.api.PropertyState after)
propertyChanged in interface org.apache.jackrabbit.oak.spi.commit.Editorpublic void propertyDeleted(org.apache.jackrabbit.oak.api.PropertyState before)
propertyDeleted in interface org.apache.jackrabbit.oak.spi.commit.Editorpublic org.apache.jackrabbit.oak.spi.commit.Editor childNodeAdded(String name, org.apache.jackrabbit.oak.spi.state.NodeState after)
childNodeAdded in interface org.apache.jackrabbit.oak.spi.commit.Editorpublic org.apache.jackrabbit.oak.spi.commit.Editor childNodeChanged(String name, org.apache.jackrabbit.oak.spi.state.NodeState before, org.apache.jackrabbit.oak.spi.state.NodeState after)
childNodeChanged in interface org.apache.jackrabbit.oak.spi.commit.Editorpublic org.apache.jackrabbit.oak.spi.commit.Editor childNodeDeleted(String name, org.apache.jackrabbit.oak.spi.state.NodeState before) throws org.apache.jackrabbit.oak.api.CommitFailedException
childNodeDeleted in interface org.apache.jackrabbit.oak.spi.commit.Editororg.apache.jackrabbit.oak.api.CommitFailedExceptionpublic void markDirty()
markDirty in interface org.apache.jackrabbit.oak.plugins.index.search.Aggregate.AggregateRootCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.