Optimising Our Blazor Search App
The load time for our Blazor + Lucene.NET app is a bit slow, let's look at how to optimise it.
The load time for our Blazor + Lucene.NET app is a bit slow, let's look at how to optimise it.
I recently added search to my website and decided to look at how to do it with Blazor, WASM and Lucene.NET
A few times I’ve seen questions posted on the Umbraco forums which ask how to deal with case insensitivity text with Examine, and it’s also something that we’ve had to …
A more in-depth look at how to use Lucene for storage and building a simple application
As you’re most likely already aware Lucene.Net is a Document Database, which means that it’s essentially a key/ value store, with the crux of the interaction through …
What is an Analyzer?## When you want to insert data into a Lucene index, or when you want to get the data back out of the index you will need to use an Analyzer to do this. Lucene …
Overview and table-of-contents for Lucene.Net articles