Interface WeaviateProtoSearchGet.NearTextSearchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.NearTextSearch,WeaviateProtoSearchGet.NearTextSearch.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.NearTextSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCertainty()optional double certainty = 2;doublegetDistance()optional double distance = 3;WeaviateProtoSearchGet.NearTextSearch.MovegetMoveAway()optional .weaviate.v1.NearTextSearch.Move move_away = 5;WeaviateProtoSearchGet.NearTextSearch.MoveOrBuildergetMoveAwayOrBuilder()optional .weaviate.v1.NearTextSearch.Move move_away = 5;WeaviateProtoSearchGet.NearTextSearch.MovegetMoveTo()optional .weaviate.v1.NearTextSearch.Move move_to = 4;WeaviateProtoSearchGet.NearTextSearch.MoveOrBuildergetMoveToOrBuilder()optional .weaviate.v1.NearTextSearch.Move move_to = 4;StringgetQuery(int index)protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDcom.google.protobuf.ByteStringgetQueryBytes(int index)protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDintgetQueryCount()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDList<String>getQueryList()protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDStringgetTargetVectors(int index)repeated string target_vectors = 6;com.google.protobuf.ByteStringgetTargetVectorsBytes(int index)repeated string target_vectors = 6;intgetTargetVectorsCount()repeated string target_vectors = 6;List<String>getTargetVectorsList()repeated string target_vectors = 6;booleanhasCertainty()optional double certainty = 2;booleanhasDistance()optional double distance = 3;booleanhasMoveAway()optional .weaviate.v1.NearTextSearch.Move move_away = 5;booleanhasMoveTo()optional .weaviate.v1.NearTextSearch.Move move_to = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueryList
List<String> getQueryList()
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string query = 1;- Returns:
- A list containing the query.
-
getQueryCount
int getQueryCount()
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string query = 1;- Returns:
- The count of query.
-
getQuery
String getQuery(int index)
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string query = 1;- Parameters:
index- The index of the element to return.- Returns:
- The query at the given index.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes(int index)
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
repeated string query = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the query at the given index.
-
hasCertainty
boolean hasCertainty()
optional double certainty = 2;- Returns:
- Whether the certainty field is set.
-
getCertainty
double getCertainty()
optional double certainty = 2;- Returns:
- The certainty.
-
hasDistance
boolean hasDistance()
optional double distance = 3;- Returns:
- Whether the distance field is set.
-
getDistance
double getDistance()
optional double distance = 3;- Returns:
- The distance.
-
hasMoveTo
boolean hasMoveTo()
optional .weaviate.v1.NearTextSearch.Move move_to = 4;- Returns:
- Whether the moveTo field is set.
-
getMoveTo
WeaviateProtoSearchGet.NearTextSearch.Move getMoveTo()
optional .weaviate.v1.NearTextSearch.Move move_to = 4;- Returns:
- The moveTo.
-
getMoveToOrBuilder
WeaviateProtoSearchGet.NearTextSearch.MoveOrBuilder getMoveToOrBuilder()
optional .weaviate.v1.NearTextSearch.Move move_to = 4;
-
hasMoveAway
boolean hasMoveAway()
optional .weaviate.v1.NearTextSearch.Move move_away = 5;- Returns:
- Whether the moveAway field is set.
-
getMoveAway
WeaviateProtoSearchGet.NearTextSearch.Move getMoveAway()
optional .weaviate.v1.NearTextSearch.Move move_away = 5;- Returns:
- The moveAway.
-
getMoveAwayOrBuilder
WeaviateProtoSearchGet.NearTextSearch.MoveOrBuilder getMoveAwayOrBuilder()
optional .weaviate.v1.NearTextSearch.Move move_away = 5;
-
getTargetVectorsList
List<String> getTargetVectorsList()
repeated string target_vectors = 6;- Returns:
- A list containing the targetVectors.
-
getTargetVectorsCount
int getTargetVectorsCount()
repeated string target_vectors = 6;- Returns:
- The count of targetVectors.
-
getTargetVectors
String getTargetVectors(int index)
repeated string target_vectors = 6;- Parameters:
index- The index of the element to return.- Returns:
- The targetVectors at the given index.
-
getTargetVectorsBytes
com.google.protobuf.ByteString getTargetVectorsBytes(int index)
repeated string target_vectors = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetVectors at the given index.
-
-