weaviate-client
Preparing search index...
InvertedIndexConfigUpdate
Type Alias InvertedIndexConfigUpdate
type
InvertedIndexConfigUpdate
=
{
bm25
?:
{
b
?:
number
;
k1
?:
number
}
;
cleanupIntervalSeconds
?:
number
;
stopwords
?:
{
additions
?:
string
[]
;
preset
?:
string
;
removals
?:
string
[]
}
;
}
Index
Properties
bm25?
cleanup
Interval
Seconds?
stopwords?
Properties
Optional
bm25
bm25
?:
{
b
?:
number
;
k1
?:
number
}
Optional
cleanup
Interval
Seconds
cleanupIntervalSeconds
?:
number
Optional
stopwords
stopwords
?:
{
additions
?:
string
[]
;
preset
?:
string
;
removals
?:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bm25
cleanup
Interval
Seconds
stopwords
weaviate-client
Loading...