Interface WeaviateProtoBaseSearch.NearTextSearch.MoveOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.NearTextSearch.Move,WeaviateProtoBaseSearch.NearTextSearch.Move.Builder
- Enclosing class:
- WeaviateProtoBaseSearch.NearTextSearch
public static interface WeaviateProtoBaseSearch.NearTextSearch.MoveOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConcepts(int index) repeated string concepts = 2;com.google.protobuf.ByteStringgetConceptsBytes(int index) repeated string concepts = 2;intrepeated string concepts = 2;repeated string concepts = 2;floatgetForce()float force = 1;getUuids(int index) repeated string uuids = 3;com.google.protobuf.ByteStringgetUuidsBytes(int index) repeated string uuids = 3;intrepeated string uuids = 3;repeated string uuids = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getForce
float getForce()float force = 1;- Returns:
- The force.
-
getConceptsList
repeated string concepts = 2;- Returns:
- A list containing the concepts.
-
getConceptsCount
int getConceptsCount()repeated string concepts = 2;- Returns:
- The count of concepts.
-
getConcepts
repeated string concepts = 2;- Parameters:
index- The index of the element to return.- Returns:
- The concepts at the given index.
-
getConceptsBytes
com.google.protobuf.ByteString getConceptsBytes(int index) repeated string concepts = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the concepts at the given index.
-
getUuidsList
repeated string uuids = 3;- Returns:
- A list containing the uuids.
-
getUuidsCount
int getUuidsCount()repeated string uuids = 3;- Returns:
- The count of uuids.
-
getUuids
repeated string uuids = 3;- Parameters:
index- The index of the element to return.- Returns:
- The uuids at the given index.
-
getUuidsBytes
com.google.protobuf.ByteString getUuidsBytes(int index) repeated string uuids = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uuids at the given index.
-