Interface IndexSchemaCollector
public interface IndexSchemaCollector
An index schema collector that walks through an index schema exports of a schema manager this collector is passed to.
-
Method Summary
Modifier and TypeMethodDescriptionvoidindexSchema(Optional<String> backendName, String indexName, SchemaExport export) Called when anindex schema exportis encountered.
-
Method Details
-
indexSchema
Called when anindex schema exportis encountered.- Parameters:
backendName- The name of the index's backend, orOptional.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.
-