Preparing search index...
The search index is not available
arangojs - v10.0.0
arangojs
analyzers
CreateAnalyzerOptionsType
Type alias CreateAnalyzerOptionsType<Type, Properties>
Create
Analyzer
Options
Type
<
Type
,
Properties
>
:
Properties
extends
void
?
{
features
?:
AnalyzerFeature
[]
;
properties
?:
Record
<
string
,
never
>
;
type
:
Type
;
}
:
{
features
?:
AnalyzerFeature
[]
;
properties
:
Properties
;
type
:
Type
;
}
Shared attributes of all Analyzer creation options.
Type Parameters
Type
extends
AnalyzerType
Properties
=
void
Settings
Theme
OS
Light
Dark
arangojs - v10.0.0
Loading...
Shared attributes of all Analyzer creation options.