weaviate-client
Preparing search index...
InvertedIndexConfig
Type Alias InvertedIndexConfig
type
InvertedIndexConfig
=
{
bm25
:
{
b
:
number
;
k1
:
number
}
;
cleanupIntervalSeconds
:
number
;
indexNullState
:
boolean
;
indexPropertyLength
:
boolean
;
indexTimestamps
:
boolean
;
stopwordPresets
?:
{
[
presetName
:
string
]:
string
[]
}
;
stopwords
:
Stopwords
;
}
Index
Properties
bm25
cleanup
Interval
Seconds
index
Null
State
index
Property
Length
index
Timestamps
stopword
Presets?
stopwords
Properties
bm25
bm25
:
{
b
:
number
;
k1
:
number
}
cleanup
Interval
Seconds
cleanupIntervalSeconds
:
number
index
Null
State
indexNullState
:
boolean
index
Property
Length
indexPropertyLength
:
boolean
index
Timestamps
indexTimestamps
:
boolean
Optional
stopword
Presets
stopwordPresets
?:
{
[
presetName
:
string
]:
string
[]
}
stopwords
stopwords
:
Stopwords
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bm25
cleanup
Interval
Seconds
index
Null
State
index
Property
Length
index
Timestamps
stopword
Presets
stopwords
weaviate-client
Loading...