weaviate-client
Preparing search index...
PropertyConfigCreateBase
Type Alias PropertyConfigCreateBase
type
PropertyConfigCreateBase
=
{
description
?:
string
;
indexFilterable
?:
boolean
;
indexInverted
?:
boolean
;
indexRangeFilters
?:
boolean
;
indexSearchable
?:
boolean
;
skipVectorization
?:
boolean
;
tokenization
?:
WeaviateProperty
[
"tokenization"
]
;
vectorizePropertyName
?:
boolean
;
}
Index
Properties
description?
index
Filterable?
index
Inverted?
index
Range
Filters?
index
Searchable?
skip
Vectorization?
tokenization?
vectorize
Property
Name?
Properties
Optional
description
description
?:
string
Optional
index
Filterable
indexFilterable
?:
boolean
Optional
index
Inverted
indexInverted
?:
boolean
Optional
index
Range
Filters
indexRangeFilters
?:
boolean
Optional
index
Searchable
indexSearchable
?:
boolean
Optional
skip
Vectorization
skipVectorization
?:
boolean
Optional
tokenization
tokenization
?:
WeaviateProperty
[
"tokenization"
]
Optional
vectorize
Property
Name
vectorizePropertyName
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
index
Filterable
index
Inverted
index
Range
Filters
index
Searchable
skip
Vectorization
tokenization
vectorize
Property
Name
weaviate-client
Loading...