Interface SearchSchemaCollector
public interface SearchSchemaCollector
A schema collector that walks through all schema exports of a schema manager this collector is passed to.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
indexSchema
(Optional<String> backendName, String indexName, SchemaExport export) Called when anindex schema export
is encountered.
-
Method Details
-
indexSchema
Called when anindex schema export
is 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.
-