Interface SimpleIndexer.FileAnalyzer

Enclosing class:
SimpleIndexer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@ConsumerType @FunctionalInterface public static interface SimpleIndexer.FileAnalyzer
A functional interface providing an entry point for performing additional analysis of indexed files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    analyzeFile(File file, ResourceBuilder resourceBuilder)
    This method is invoked for each file being indexed.