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 MultiIndexSearchIndex. indexThe actual indexMethods in org.apache.jackrabbit.core.query.lucene that return MultiIndex Modifier and Type Method Description protected MultiIndexSearchIndex. getIndex()Returns the actual index.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type MultiIndex Modifier and Type Method Description RedoLogDefaultRedoLogFactory. createRedoLog(MultiIndex index)RedoLogRedoLogFactory. createRedoLog(MultiIndex index)Creates a redo log starting at the current state of theindex.abstract voidMultiIndex.Action. execute(MultiIndex index)Executes this action on theindex.voidMultiIndex.Action. undo(MultiIndex index)Executes the inverse operation of this action.
-