Interface WeaviateProtoSearchGet.NearTextSearch.MoveOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConcepts​(int index)
      repeated string concepts = 2;
      com.google.protobuf.ByteString getConceptsBytes​(int index)
      repeated string concepts = 2;
      int getConceptsCount()
      repeated string concepts = 2;
      List<String> getConceptsList()
      repeated string concepts = 2;
      float getForce()
      float force = 1;
      String getUuids​(int index)
      repeated string uuids = 3;
      com.google.protobuf.ByteString getUuidsBytes​(int index)
      repeated string uuids = 3;
      int getUuidsCount()
      repeated string uuids = 3;
      List<String> getUuidsList()
      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 Detail

      • 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.