gr.demokritos.iit.jinsect.indexing
Interface IIndex<TRepresentationType>

All Known Implementing Classes:
SimilarityBasedIndex

public interface IIndex<TRepresentationType>

An interface class describing indices of documents.


Method Summary
 void createIndex()
          Performs the required operations to create the index.
 java.util.Set<java.lang.String> locateSimilarDocuments(TRepresentationType dngCur)
          Returns a set of String IDs, corresponding to the documents most relevant to a given document representation
 

Method Detail

createIndex

void createIndex()
Performs the required operations to create the index.


locateSimilarDocuments

java.util.Set<java.lang.String> locateSimilarDocuments(TRepresentationType dngCur)
Returns a set of String IDs, corresponding to the documents most relevant to a given document representation