Package org.teamapps.universaldb.index
Class FullTextIndexingOptions
- java.lang.Object
-
- org.teamapps.universaldb.index.FullTextIndexingOptions
-
public class FullTextIndexingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static FullTextIndexingOptionsINDEXEDstatic FullTextIndexingOptionsNOT_INDEXED
-
Constructor Summary
Constructors Modifier Constructor Description protectedFullTextIndexingOptions(boolean index, boolean analyzeContent, boolean positionIndex, boolean offsetIndex, boolean storeContent)
-
Method Summary
Modifier and Type Method Description booleanisAnalyzeContent()booleanisIndex()booleanisOffsetIndex()booleanisPositionIndex()booleanisStoreContent()
-
-
-
Field Detail
-
INDEXED
public static FullTextIndexingOptions INDEXED
-
NOT_INDEXED
public static FullTextIndexingOptions NOT_INDEXED
-
-