com.metamatrix.core.index
Interface IIndexerOutput


public interface IIndexerOutput

This class represents the output from an indexer to an index for a single document.


Method Summary
 void addDocument(IDocument document)
           
 void addRef(char[] word)
           
 void addRef(java.lang.String word)
           
 

Method Detail

addDocument

void addDocument(IDocument document)

addRef

void addRef(char[] word)

addRef

void addRef(java.lang.String word)


Copyright © 2009. All Rights Reserved.