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 Type
    Method
    Description
    getConcepts(int index)
    repeated string concepts = 2;
    com.google.protobuf.ByteString
    getConceptsBytes(int index)
    repeated string concepts = 2;
    int
    repeated string concepts = 2;
    repeated string concepts = 2;
    float
    float force = 1;
    getUuids(int index)
    repeated string uuids = 3;
    com.google.protobuf.ByteString
    getUuidsBytes(int index)
    repeated string uuids = 3;
    int
    repeated string uuids = 3;
    repeated string uuids = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> getConceptsList()
      repeated string concepts = 2;
      Returns:
      A list containing the concepts.
    • getConceptsCount

      int getConceptsCount()
      repeated string concepts = 2;
      Returns:
      The count of concepts.
    • getConcepts

      String getConcepts(int index)
      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

      List<String> getUuidsList()
      repeated string uuids = 3;
      Returns:
      A list containing the uuids.
    • getUuidsCount

      int getUuidsCount()
      repeated string uuids = 3;
      Returns:
      The count of uuids.
    • getUuids

      String getUuids(int index)
      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.