LucyJS

An embeddable serverless search engine for Javascript

MIT License

Stars
4

Lucy JS

Lucy JS is a wrapper around the Apache Lucy search engine library.

Project Home

Usage

To add LucyJS as a dependency to your project run npm install lucyjs --save

Mac

  • Install Xcode
  • Open Xcode at least once and accept terms of use
  • Run npm install after adding this project as a dependency.

Windows

  • Open a command prompt with Admin Privileges
  • Run the following command npm install --global windows-build-tools
  • Run npm install after adding this project as a dependency.

Linux

  • Install build-essentials or have the following installed (python2.7, make, and gcc)
  • Run npm install after adding this project as a dependency.