This tool allows you to test Lucene regular expressions within the browser. It is made possible by the following:
- A .net WASM service that runs on the client side and utilizes Lucene.net
- A Next.js project that integrates with the .net service
This tool can be accessed here.
- Node.js 18+
- .NET 7.
yarn install
Download and install .NET 7 from https://dotnet.microsoft.com/en-us/download
dotnet workload install wasm-tools
dotnet workload install wasm-experimental
./run.sh
Run ./build.sh
The application can now be served up using a static server, such as serve
For example:
cd docs
npm install -g serve
serve docs