Class AbstractIndex

    • Constructor Detail

      • AbstractIndex

        public AbstractIndex()
    • Method Detail

      • getIndex

        public abstract IndexIF getIndex()
        INTERNAL: Method used by IndexManagerIF to manage index creation. The idea behind this method is for the index itself to decide whether to create a new instance every time or the same one.
        Returns:
        Index instance.