org.terrier.structures
Interface IndexConfigurable

All Known Implementing Classes:
BlockInvertedIndex, TermInFieldModifier

public interface IndexConfigurable

Interface defining that an index structure wants access to the Index object it is associated with. This is usually such that it can configure itself further using various index properties.

Since:
2.0
Author:
Craig Macdonald

Method Summary
 void setIndex(Index i)
          Tell the implementer which Index object it is associated with.
 

Method Detail

setIndex

void setIndex(Index i)
Tell the implementer which Index object it is associated with.

Parameters:
i - Index object to use


Terrier 3.5. Copyright © 2004-2011 University of Glasgow