Class LuceneLoaderConfiguration

    • Method Detail

      • attributeDefinitionSet

        public static AttributeSet attributeDefinitionSet()
      • autoChunkSize

        public int autoChunkSize()
        When the segment size is larger than this number of bytes, separate segments will be created of this particular size.
        Returns:
        the segmentation size.
      • location

        public String location()
        The location of the root directory of the index.
        Returns:
        the index location root directory.
      • affinitySegmentId

        public int affinitySegmentId()
        When Index Affinity is enabled, this returns the segment id to which the current index is bound to.