Uses of Class
ai.vectros.types.LookupDef.Builder
Packages that use LookupDef.Builder
-
Uses of LookupDef.Builder in ai.vectros.types
Methods in ai.vectros.types that return LookupDef.BuilderModifier and TypeMethodDescriptionLookupDef.Builder.additionalProperties(Map<String, Object> additionalProperties) LookupDef.Builder.additionalProperty(String key, Object value) LookupDef.Builder.allowOverflow(Boolean allowOverflow) LookupDef.Builder.allowOverflow(Optional<Boolean> allowOverflow) Each schema has a fixed budget of fast exact-match lookup indexes.static LookupDef.BuilderLookupDef.builder()Name of the payload field to index.LookupDef.Builder.fieldNames(List<String> fieldNames) LookupDef.Builder.fieldNames(Optional<List<String>> fieldNames) Names of the payload fields to index together as a single lookup, so you can match on all of them at once (statusANDarea).LookupDef.Builder.rangeEnabled(Boolean rangeEnabled) 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.If true, enforces that this field's value is unique within your account.