Uses of Class
com.redis.vl.schema.GeoField.GeoFieldBuilder
Packages that use GeoField.GeoFieldBuilder
-
Uses of GeoField.GeoFieldBuilder in com.redis.vl.schema
Methods in com.redis.vl.schema that return GeoField.GeoFieldBuilderModifier and TypeMethodDescriptionSet the field alias.static GeoField.GeoFieldBuilderGeoField.builder()Create a GeoField builder (Lombok-style).GeoField.GeoFieldBuilder.indexed(boolean indexed) Set whether the field is indexed.Set the field name.static GeoField.GeoFieldBuilderCreate a GeoField with fluent API.GeoField.GeoFieldBuilder.sortable()Make the field sortable.GeoField.GeoFieldBuilder.sortable(boolean sortable) Set whether the field is sortable.Set the field alias (alternative method name).