Type alias PropertyConfig
PropertyConfig: { dataType: string; description?: string; indexFilterable: boolean; indexInverted: boolean; indexRangeFilters: boolean; indexSearchable: boolean; name: string; nestedProperties?: PropertyConfig[]; tokenization: string; vectorizerConfig?: PropertyVectorizerConfig; } Type declaration
dataType: string
Optional
description?: string
indexFilterable: boolean
indexInverted: boolean
indexRangeFilters: boolean
indexSearchable: boolean
name: string
Optional
nestedProperties?: PropertyConfig[]
tokenization: string