Klasse FullTextIndexingOptions

java.lang.Object
org.teamapps.universaldb.index.FullTextIndexingOptions

public class FullTextIndexingOptions extends Object
  • Felddetails

  • Konstruktordetails

    • FullTextIndexingOptions

      protected FullTextIndexingOptions(boolean index, boolean analyzeContent, boolean positionIndex, boolean offsetIndex, boolean storeContent)
  • Methodendetails

    • isIndex

      public boolean isIndex()
    • isAnalyzeContent

      public boolean isAnalyzeContent()
    • isPositionIndex

      public boolean isPositionIndex()
    • isOffsetIndex

      public boolean isOffsetIndex()
    • isStoreContent

      public boolean isStoreContent()