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 Detail

      • setIndex

        void setIndex​(Index i)
        Tell the implementer which Index object it is associated with.
        Parameters:
        i - Index object to use