Interface IndexProcessor.SearchIndexProcess<R>
-
- Type Parameters:
R
- the type of result of processing.
- Enclosing class:
- IndexProcessor
public static interface IndexProcessor.SearchIndexProcess<R>
A search process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
process()
-
-
-
Method Detail
-
process
R process() throws ParseException
- Throws:
ParseException
-
-