Package | Description |
---|---|
org.apache.jackrabbit.core.query.lucene |
Modifier and Type | Field and Description |
---|---|
protected MultiIndex |
SearchIndex.index
The actual index
|
Modifier and Type | Method and Description |
---|---|
protected MultiIndex |
SearchIndex.getIndex()
Returns the actual index.
|
Modifier and Type | Method and Description |
---|---|
RedoLog |
RedoLogFactory.createRedoLog(MultiIndex index)
Creates a redo log starting at the current state of the
index . |
RedoLog |
DefaultRedoLogFactory.createRedoLog(MultiIndex index) |
abstract void |
MultiIndex.Action.execute(MultiIndex index)
Executes this action on the
index . |
void |
MultiIndex.Action.undo(MultiIndex index)
Executes the inverse operation of this action.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.