weaviate-client
    Preparing search index...

    Type Alias NestedPropertyConfigCreateBase

    type NestedPropertyConfigCreateBase = {
        description?: string;
        indexFilterable?: boolean;
        indexInverted?: boolean;
        indexRangeFilters?: boolean;
        indexSearchable?: boolean;
        tokenization?: WeaviateNestedProperty["tokenization"];
    }
    Index

    Properties

    description?: string
    indexFilterable?: boolean
    indexInverted?: boolean
    indexRangeFilters?: boolean
    indexSearchable?: boolean
    tokenization?: WeaviateNestedProperty["tokenization"]