weaviate-client
Preparing search index...
PropertyConfig
Type Alias PropertyConfig
type
PropertyConfig
=
{
dataType
:
string
;
description
?:
string
;
indexFilterable
:
boolean
;
indexInverted
:
boolean
;
indexRangeFilters
:
boolean
;
indexSearchable
:
boolean
;
name
:
string
;
nestedProperties
?:
PropertyConfig
[]
;
tokenization
:
string
;
vectorizerConfig
?:
PropertyVectorizerConfig
;
}
Index
Properties
data
Type
description?
index
Filterable
index
Inverted
index
Range
Filters
index
Searchable
name
nested
Properties?
tokenization
vectorizer
Config?
Properties
data
Type
dataType
:
string
Optional
description
description
?:
string
index
Filterable
indexFilterable
:
boolean
index
Inverted
indexInverted
:
boolean
index
Range
Filters
indexRangeFilters
:
boolean
index
Searchable
indexSearchable
:
boolean
name
name
:
string
Optional
nested
Properties
nestedProperties
?:
PropertyConfig
[]
tokenization
tokenization
:
string
Optional
vectorizer
Config
vectorizerConfig
?:
PropertyVectorizerConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Type
description
index
Filterable
index
Inverted
index
Range
Filters
index
Searchable
name
nested
Properties
tokenization
vectorizer
Config
weaviate-client
Loading...