Annotation Type VectorStoreRecordData

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean isFilterable
      Whether the field is filterable.
      boolean isFullTextSearchable
      Whether the field is full text searchable.
      String storageName
      Storage name of the field.
    • Element Detail

      • storageName

        String storageName
        Storage name of the field. This value is only used when JSON Serialization using Jackson is not supported in a VectorStore. When Jackson is supported, @JsonProperty should be used to specify an alternate field name in the storage database.
        Returns:
        The storage name of the field.
        Default:
        ""
      • isFilterable

        boolean isFilterable
        Whether the field is filterable.
        Returns:
        true if the field is filterable.
        Default:
        false
      • isFullTextSearchable

        boolean isFullTextSearchable
        Whether the field is full text searchable.
        Returns:
        true if the field is full text searchable.
        Default:
        false