Variable AdvancedQueryMatchTypeEnumConst
AdvancedQueryMatchTypeEnum: {
Match: "match";
MatchPhrase: "match_phrase";
MultiMatch: "multi_match";
} = ...
Type declaration
Readonly
Match: "match"
Readonly
MatchPhrase: "match_phrase"
Readonly
MultiMatch: "multi_match"
Export