Interface WeaviateProtoBaseSearch.NearTextSearchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBaseSearch.NearTextSearch,WeaviateProtoBaseSearch.NearTextSearch.Builder
- Enclosing class:
- WeaviateProtoBaseSearch
public static interface WeaviateProtoBaseSearch.NearTextSearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleoptional double certainty = 2;doubleoptional double distance = 3;optional .weaviate.v1.NearTextSearch.Move move_away = 5;optional .weaviate.v1.NearTextSearch.Move move_away = 5;optional .weaviate.v1.NearTextSearch.Move move_to = 4;optional .weaviate.v1.NearTextSearch.Move move_to = 4;getQuery(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDcom.google.protobuf.ByteStringgetQueryBytes(int index) protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDintprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZEDprotolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED.weaviate.v1.Targets targets = 7;.weaviate.v1.Targets targets = 7;getTargetVectors(int index) Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated.com.google.protobuf.ByteStringgetTargetVectorsBytes(int index) Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated.intDeprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated.Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated.booleanoptional double certainty = 2;booleanoptional double distance = 3;booleanoptional .weaviate.v1.NearTextSearch.Move move_away = 5;booleanoptional .weaviate.v1.NearTextSearch.Move move_to = 4;boolean.weaviate.v1.Targets targets = 7;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
-
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
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
WeaviateProtoBaseSearch.NearTextSearch.Move getMoveTo()optional .weaviate.v1.NearTextSearch.Move move_to = 4;- Returns:
- The moveTo.
-
getMoveToOrBuilder
WeaviateProtoBaseSearch.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
WeaviateProtoBaseSearch.NearTextSearch.Move getMoveAway()optional .weaviate.v1.NearTextSearch.Move move_away = 5;- Returns:
- The moveAway.
-
getMoveAwayOrBuilder
WeaviateProtoBaseSearch.NearTextSearch.MoveOrBuilder getMoveAwayOrBuilder()optional .weaviate.v1.NearTextSearch.Move move_away = 5; -
getTargetVectorsList
Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97deprecated in 1.26 - use targets
repeated string target_vectors = 6 [deprecated = true];- Returns:
- A list containing the targetVectors.
-
getTargetVectorsCount
Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97deprecated in 1.26 - use targets
repeated string target_vectors = 6 [deprecated = true];- Returns:
- The count of targetVectors.
-
getTargetVectors
Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97deprecated in 1.26 - use targets
repeated string target_vectors = 6 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The targetVectors at the given index.
-
getTargetVectorsBytes
Deprecated.weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97deprecated in 1.26 - use targets
repeated string target_vectors = 6 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetVectors at the given index.
-
hasTargets
boolean hasTargets().weaviate.v1.Targets targets = 7;- Returns:
- Whether the targets field is set.
-
getTargets
WeaviateProtoBaseSearch.Targets getTargets().weaviate.v1.Targets targets = 7;- Returns:
- The targets.
-
getTargetsOrBuilder
WeaviateProtoBaseSearch.TargetsOrBuilder getTargetsOrBuilder().weaviate.v1.Targets targets = 7;
-