Class SegmentDictionaryCreator

    • Constructor Detail

      • SegmentDictionaryCreator

        public SegmentDictionaryCreator​(FieldSpec fieldSpec,
                                        File indexDir,
                                        boolean useVarLengthDictionary)
      • SegmentDictionaryCreator

        public SegmentDictionaryCreator​(FieldSpec fieldSpec,
                                        File indexDir)
    • Method Detail

      • getNumBytesPerEntry

        public int getNumBytesPerEntry()
      • indexOfSV

        public int indexOfSV​(Object value)
      • indexOfMV

        public int[] indexOfMV​(Object value)
      • postIndexingCleanup

        public void postIndexingCleanup()
        Cleans up the no longer needed objects after all the indexing is done to free up some memory.