Package org.teamapps.universaldb.index
Klasse FullTextIndexingOptions
java.lang.Object
org.teamapps.universaldb.index.FullTextIndexingOptions
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic FullTextIndexingOptionsstatic FullTextIndexingOptions -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFullTextIndexingOptions(boolean index, boolean analyzeContent, boolean positionIndex, boolean offsetIndex, boolean storeContent) -
Methodenübersicht
-
Felddetails
-
INDEXED
-
NOT_INDEXED
-
-
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()
-