flexsearch-server icon indicating copy to clipboard operation
flexsearch-server copied to clipboard

High-performance FlexSearch Server for Node.js (Cluster)

Results 4 flexsearch-server issues
Sort by recently updated
recently updated
newest added

Firstly — great work. Thanks for building this. I'm attempting to run flexsearch-server locally using HTTPS. I've created certificates, following the instructions at [letsencrypt.org/docs/certificates-for-localhost](https://letsencrypt.org/docs/certificates-for-localhost/). I've renamed the files from `localhost.crt`...

npm ERR! missing script: setup Docker container would be nice. Update instructions on how to get the server up?

bug

The `read_from_file` function in [helper.js](https://github.com/nextapps-de/flexsearch-server/blob/master/helper.js) uses a deprecated [`fs.exists()` method](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) before attempting to `readFile()`. Might be better do something like... ```javascript read_from_file: () => { fs.open(filename, 'r', (err, fd) =>...

enhancement

Hello. Is there any plans to support multiple indexes? This could be handy for searching multiple different types of documents with different settings, for example, users and logs.

good first issue