Package io.objectbox.annotation
Annotation Type HnswFlags
-
public @interface HnswFlagsFlags as a part of theHnswIndexconfiguration.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandebugLogsEnables debug logs.booleandebugLogsDetailedEnables "high volume" debug logs, e.g.booleanreparationLimitCandidatesIf the speed of removing nodes becomes a concern in your use case, you can speed it up by setting this flag.booleanvectorCacheSimdPaddingOffPadding for SIMD is enabled by default, which uses more memory but may be faster.
-
-
-
-
reparationLimitCandidates
boolean reparationLimitCandidates
If the speed of removing nodes becomes a concern in your use case, you can speed it up by setting this flag. By default, repairing the graph after node removals creates more connections to improve the graph's quality. The extra costs for this are relatively low (e.g. vs. regular indexing), and thus the default is recommended.- Default:
- false
-
-