Class IndexProcessor
- java.lang.Object
-
- org.silverpeas.core.index.indexing.model.IndexProcessor
-
public class IndexProcessor extends Object
- Author:
- silveryocha
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IndexProcessor.FlushIndexProcess
A flush process.static interface
IndexProcessor.RemoveAllIndexesProcess
A flush process.static interface
IndexProcessor.SearchIndexProcess<R>
A search process.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doFlush(IndexProcessor.FlushIndexProcess flushIndexProcess)
static <R> R
doSearch(IndexProcessor.SearchIndexProcess<R> searchIndexProcess, Supplier<R> defaultReturn)
-
-
-
Method Detail
-
doSearch
public static <R> R doSearch(IndexProcessor.SearchIndexProcess<R> searchIndexProcess, Supplier<R> defaultReturn) throws ParseException
- Throws:
ParseException
-
doFlush
public static void doFlush(IndexProcessor.FlushIndexProcess flushIndexProcess)
-
-