UNPKG

vietnamese-text-search

Version:
1 lines 1.03 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.DefaultTextBucket=exports.DefaultValueName=exports.DefaultKeyName=exports.DefaultSortOrder=exports.DefaultThreshold=exports.DefaultLimit=exports.ScoreL3=exports.ScoreL2=exports.ScoreL1=exports.ScoreL0=void 0;const ScoreL0=.1;exports.ScoreL0=ScoreL0;const ScoreL1=.2;exports.ScoreL1=ScoreL1;const ScoreL2=.5;exports.ScoreL2=ScoreL2;const ScoreL3=1.5;exports.ScoreL3=ScoreL3;const DefaultLimit=30;exports.DefaultLimit=30;const DefaultThreshold=.5;exports.DefaultThreshold=DefaultThreshold;const DefaultSortOrder=-1;exports.DefaultSortOrder=-1;const DefaultKeyName="textId";exports.DefaultKeyName="textId";const DefaultValueName="text";exports.DefaultValueName="text";const DefaultTextBucket="default";exports.DefaultTextBucket="default";var _default={ScoreL0,ScoreL1,ScoreL2,ScoreL3,DefaultLimit:30,DefaultThreshold,DefaultSortOrder:-1,DefaultKeyName:"textId",DefaultValueName:"text",DefaultTextBucket:"default"};exports.default=_default;