org.tm4j.topicmap.index.basic
Interface BaseNameDataIndex

All Superinterfaces:
Index

public interface BaseNameDataIndex
extends Index

Interface that provides an index of BaseName instances by their data property. For more advanced text indexing of base names, use FullTextIndex

Since:
0.9.3

Method Summary
 java.util.Collection getBaseNamesByData(java.lang.String data)
          Returns the BaseName instances in the indexed TopicMap where the data property value matches data.
 
Methods inherited from interface org.tm4j.topicmap.index.Index
close, isOpen, open, reindex
 

Method Detail

getBaseNamesByData

public java.util.Collection getBaseNamesByData(java.lang.String data)
Returns the BaseName instances in the indexed TopicMap where the data property value matches data.

Parameters:
data - the index value to lookup
Returns:
an unmodifiable collection of BaseName instances