Class NativeFSTIndexCreator

    • Constructor Detail

      • NativeFSTIndexCreator

        public NativeFSTIndexCreator​(File indexDir,
                                     String columnName,
                                     String[] sortedEntries)
        This index requires values of the column be added in sorted order. Sorted entries could be passed in through constructor or added through addSortedDictIds function. Index of the sorted entry should correspond to the dictionary id.
        Parameters:
        indexDir - Index directory
        columnName - Column name for which index is being created
        sortedEntries - Sorted entries of the unique values of the column.
        Throws:
        IOException