Class IndexerConfiguration


  • public class IndexerConfiguration
    extends Object
    Indexer configuration for parallel indexing
    • Field Detail

      • PROP_OAK_INDEXER_MIN_SPLIT_THRESHOLD

        public static final String PROP_OAK_INDEXER_MIN_SPLIT_THRESHOLD
        See Also:
        Constant Field Values
      • PROP_SPLIT_STORE_SIZE

        public static final String PROP_SPLIT_STORE_SIZE
        System property for specifying number of FlatFileStore to be split into.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IndexerConfiguration

        public IndexerConfiguration()
    • Method Detail

      • indexThreadPoolSize

        public static int indexThreadPoolSize()
      • minSplitThreshold

        public static long minSplitThreshold()
      • splitSize

        public static long splitSize()
      • parallelIndexEnabled

        public static boolean parallelIndexEnabled()