weaviate-client
Preparing search index...
InvertedIndexConfigUpdate
Type Alias InvertedIndexConfigUpdate
type
InvertedIndexConfigUpdate
=
{
bm25
?:
{
b
?:
number
;
k1
?:
number
}
;
cleanupIntervalSeconds
?:
number
;
stopwordPresets
?:
{
[
presetName
:
string
]:
string
[]
}
;
stopwords
?:
{
additions
?:
string
[]
;
preset
?:
string
;
removals
?:
string
[]
}
;
}
Index
Properties
bm25?
cleanup
Interval
Seconds?
stopword
Presets?
stopwords?
Properties
Optional
bm25
bm25
?:
{
b
?:
number
;
k1
?:
number
}
Optional
cleanup
Interval
Seconds
cleanupIntervalSeconds
?:
number
Optional
stopword
Presets
stopwordPresets
?:
{
[
presetName
:
string
]:
string
[]
}
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
stopword
Presets
stopwords
weaviate-client
Loading...