Uses of Interface
ai.vectros.types.LookupDef._FinalStage
Packages that use LookupDef._FinalStage
-
Uses of LookupDef._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement LookupDef._FinalStageMethods in ai.vectros.types that return LookupDef._FinalStageModifier and TypeMethodDescriptionLookupDef._FinalStage.additionalProperties(Map<String, Object> additionalProperties) LookupDef._FinalStage.additionalProperty(String key, Object value) LookupDef._FinalStage.allowOverflow(Boolean allowOverflow) LookupDef._FinalStage.allowOverflow(Optional<Boolean> allowOverflow) Each schema has a fixed budget of fast exact-match lookup indexes.LookupDef.Builder.allowOverflow(Boolean allowOverflow) Each schema has a fixed budget of fast exact-match lookup indexes.LookupDef.Builder.allowOverflow(Optional<Boolean> allowOverflow) Each schema has a fixed budget of fast exact-match lookup indexes.Name of the payload field to index.Name of the payload field to index.LookupDef._FinalStage.rangeEnabled(Boolean rangeEnabled) LookupDef._FinalStage.rangeEnabled(Optional<Boolean> rangeEnabled) If true, this field also supports ordered range and prefix lookups (from/to/prefix) in addition to exact-match lookups.LookupDef.Builder.rangeEnabled(Boolean rangeEnabled) If true, this field also supports ordered range and prefix lookups (from/to/prefix) in addition to exact-match lookups.LookupDef.Builder.rangeEnabled(Optional<Boolean> rangeEnabled) If true, this field also supports ordered range and prefix lookups (from/to/prefix) in addition to exact-match lookups.For an exact-match lookup, the index sort key:createdAt(the default),lastUpdated, or a declared field on this schema.For an exact-match lookup, the index sort key:createdAt(the default),lastUpdated, or a declared field on this schema.For an exact-match lookup, the index sort key:createdAt(the default),lastUpdated, or a declared field on this schema.If true, enforces that this field's value is unique within your account.If true, enforces that this field's value is unique within your account.If true, enforces that this field's value is unique within your account.