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 Details

    • 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

      optional .weaviate.v1.NearTextSearch.Move move_to = 4;
      Returns:
      The moveTo.
    • 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

      optional .weaviate.v1.NearTextSearch.Move move_away = 5;
      Returns:
      The moveAway.
    • getMoveAwayOrBuilder

      optional .weaviate.v1.NearTextSearch.Move move_away = 5;
    • getTargetVectorsList

      @Deprecated List<String> getTargetVectorsList()
      Deprecated.
      weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 6 [deprecated = true];
      Returns:
      A list containing the targetVectors.
    • getTargetVectorsCount

      @Deprecated int getTargetVectorsCount()
      Deprecated.
      weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97
       deprecated in 1.26 - use targets
       
      repeated string target_vectors = 6 [deprecated = true];
      Returns:
      The count of targetVectors.
    • getTargetVectors

      @Deprecated String getTargetVectors(int index)
      Deprecated.
      weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97
       deprecated 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 com.google.protobuf.ByteString getTargetVectorsBytes(int index)
      Deprecated.
      weaviate.v1.NearTextSearch.target_vectors is deprecated. See v1/base_search.proto;l=97
       deprecated 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

      .weaviate.v1.Targets targets = 7;
      Returns:
      The targets.
    • getTargetsOrBuilder

      .weaviate.v1.Targets targets = 7;