Uses of Class
org.apache.jackrabbit.core.query.lucene.MultiIndex
-
Packages that use MultiIndex Package Description org.apache.jackrabbit.core.query.lucene -
-
Uses of MultiIndex in org.apache.jackrabbit.core.query.lucene
Fields in org.apache.jackrabbit.core.query.lucene declared as MultiIndex Modifier and Type Field Description protected MultiIndex
SearchIndex. index
The actual indexMethods in org.apache.jackrabbit.core.query.lucene that return MultiIndex Modifier and Type Method Description protected MultiIndex
SearchIndex. getIndex()
Returns the actual index.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type MultiIndex Modifier and Type Method Description RedoLog
DefaultRedoLogFactory. createRedoLog(MultiIndex index)
RedoLog
RedoLogFactory. createRedoLog(MultiIndex index)
Creates a redo log starting at the current state of theindex
.abstract void
MultiIndex.Action. execute(MultiIndex index)
Executes this action on theindex
.void
MultiIndex.Action. undo(MultiIndex index)
Executes the inverse operation of this action.
-