Interface SearchSchemaCollector

  • All Known Implementing Classes:
    FileSearchSchemaCollector

    public interface SearchSchemaCollector
    A schema collector that walks through all schema exports of a schema manager this collector is passed to.
    • Method Detail

      • indexSchema

        void indexSchema​(Optional<String> backendName,
                         String indexName,
                         SchemaExport export)
        Called when an index schema export is encountered.
        Parameters:
        backendName - The name of the index's backend, or Optional.empty() for the default backend.
        indexName - The name of the index.
        export - The index schema export from a schema manager this collector is passed to.