Interface SchemaAware

    • Method Detail

      • inform

        void inform​(IndexSchema schema)
        Informs the IndexSchema provided by the schema parameter of an event (e.g., a new FieldType was added, etc.
        Parameters:
        schema - The IndexSchema instance that inform of the update to.
        Since:
        SOLR-1131