org.tm4j.topicmap.index.Index .reindex()

Description

This method may cause the index to be regenerated. Indexes which automatically update are not required to perform any operation in response to this method, but should still support it as a no-op. Indexes which do not automatically update must either regenerate themselves or throw an IndexException or an UnsupportedOperationException.

Throws

Other Resources

Related Topics