UNPKG

atriusmaps-node-sdk

Version:

This project provides an API to Atrius Personal Wayfinder maps within a Node environment. See the README.md for more information

2 lines (1 loc) 310 B
import e from"flexsearch";import{encode as r}from"./flexsearchExports/simple.js";const s=["ko","ja","zh-Hans","zh-Hant"],n=({lang:n})=>{const o={tokenize:"reverse",rtl:"ar"===n,stemmer:{s:"",es:"",ies:"y"},encode:r};return s.includes(n)&&(o.tokenize="full"),new e.Index(o)};export{n as getFlexSearchInstance};