org.apache.solr.schema
Interface SchemaAware

All Known Implementing Classes:
AbstractSubTypeFieldType, CoordinateFieldType, CurrencyField, ExternalFileField, LatLonType, PointType, SpatialPointVectorFieldType

public interface SchemaAware

An interface that can be extended to provide a callback mechanism for informing an IndexSchema instance of changes to it, dynamically performed at runtime.

Since:
SOLR-1131

Method Summary
 void inform(IndexSchema schema)
          Informs the IndexSchema provided by the schema parameter of an event (e.g., a new FieldType was added, etc.
 

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


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.