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 Details
-
Constructor Details
-
FullTextIndexingOptions
protected FullTextIndexingOptions(boolean index, boolean analyzeContent, boolean positionIndex, boolean offsetIndex, boolean storeContent)
-
-
Method Details
-
isIndex
public boolean isIndex() -
isAnalyzeContent
public boolean isAnalyzeContent() -
isPositionIndex
public boolean isPositionIndex() -
isOffsetIndex
public boolean isOffsetIndex() -
isStoreContent
public boolean isStoreContent()
-