org.tmapi.index
Interface IndexFlags


public interface IndexFlags

Interface representing static index meta data.

Since:
1.0

Method Summary
 boolean isAutoUpdated()
          Returns the auto-update flag for the index.
 

Method Detail

isAutoUpdated

public boolean isAutoUpdated()
Returns the auto-update flag for the index. If the value of this flag is true, then the index is automatically kept synchronized with the TopicMap as values are changed. If the value is false, then the Index.reindex() method must be called to resynchronize the Index with the TopicMap after values are changed.

Returns:
the auto-update flag value.