Class VectorStoreRecordDataField

    • Constructor Detail

      • VectorStoreRecordDataField

        public VectorStoreRecordDataField​(@Nonnull
                                          String name,
                                          @Nullable
                                          String storageName,
                                          @Nonnull
                                          Class<?> fieldType,
                                          boolean isFilterable,
                                          boolean isFullTextSearchable)
        Creates a new instance of the VectorStoreRecordDataField class.
        Parameters:
        name - the name of the field
        storageName - the storage name of the field
        fieldType - the field type
        isFilterable - a value indicating whether the field is filterable
        isFullTextSearchable - a value indicating whether the field is full text searchable
    • Method Detail

      • isFilterable

        public boolean isFilterable()
        Gets a value indicating whether the field is filterable.
        Returns:
        a value indicating whether the field is filterable
      • isFullTextSearchable

        public boolean isFullTextSearchable()
        Gets a value indicating whether the field is full text searchable.
        Returns:
        a value indicating whether the field is full text searchable