public class VectorField extends SchemaField
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorField.Builder |
static class |
VectorField.VectorAlgorithm |
fieldName| Constructor and Description |
|---|
VectorField(FieldName fieldName,
VectorField.VectorAlgorithm algorithm,
Map<String,Object> attributes) |
VectorField(String fieldName,
VectorField.VectorAlgorithm algorithm,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
VectorField |
as(String attribute) |
static VectorField.Builder |
builder() |
getFieldName, getNamepublic VectorField(String fieldName, VectorField.VectorAlgorithm algorithm, Map<String,Object> attributes)
public VectorField(FieldName fieldName, VectorField.VectorAlgorithm algorithm, Map<String,Object> attributes)
public VectorField as(String attribute)
as in class SchemaFieldpublic void addParams(CommandArguments args)
public static VectorField.Builder builder()
Copyright © 2024. All rights reserved.