Getting Started with Elastic Search in .NET

I have been working on many application during my career.  Many if not all had some searching capabilities.  The more complex the search got, the harder it was to control its performance and impact on database transactions.  If you also would like to support full text search, your problems become larger.  We could use Full …

Continue reading ‘Getting Started with Elastic Search in .NET’ »

Elastic Search Stuck in Recovering Phase

We have been working with Elastic Search for a number of months now.  We noticed that sometimes CPU spikes to 100% for a single index and the only way to solve the issue is to delete and rebuild the index.  Last time this happens to me  I decided to dig deeper.  What I found that …

Continue reading ‘Elastic Search Stuck in Recovering Phase’ »