Package org.terrier.structures
Interface IndexConfigurable
-
- All Known Implementing Classes:
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-