org.tm4j.topicmap.index.basic .OccurrenceDataIndex

Description

This interface provides an index of Occurrence instances by the full text value of the data property. For more advanced text indexing of occurrences, use org.tm4j.topicmap.index.text.FullTextIndex

Method Summary
java.util.Collection getOccurrencesByData(java.lang.String data)
Returns all Occurrence instances in the indexed TopicMap where the value of the data property matches data.