Class BasicIndex

    • Constructor Detail

      • BasicIndex

        public BasicIndex()
    • Method Detail

      • getIndex

        public IndexIF getIndex()
        Description copied from class: AbstractIndex
        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.
        Specified by:
        getIndex in class AbstractIndex
        Returns:
        Index instance.