Class FullTextIndexingOptions


  • public class FullTextIndexingOptions
    extends java.lang.Object
    • Constructor Detail

      • FullTextIndexingOptions

        protected FullTextIndexingOptions​(boolean index,
                                          boolean analyzeContent,
                                          boolean positionIndex,
                                          boolean offsetIndex,
                                          boolean storeContent)
    • Method Detail

      • isIndex

        public boolean isIndex()
      • isAnalyzeContent

        public boolean isAnalyzeContent()
      • isPositionIndex

        public boolean isPositionIndex()
      • isOffsetIndex

        public boolean isOffsetIndex()
      • isStoreContent

        public boolean isStoreContent()