The demand for search functionality is growing, and many developers are trying to incorporate it into their applications. However, building one from scratch is challenging and time-consuming. Fortunately, many open-source libraries are available to relieve developers of this burden. This guide will provide the reader with a list of some of the best search packages for JavaScript.
This article is the third of a four-part series of articles about Elasticsearch monitoring. In the first article, we put together an Elasticsearch guide, covering how Elasticsearch works and why the setup and tuning of Elasticsearch requires a good knowledge of configuration options and performance metrics.
With Solr 9 the Autoscaling Framework was removed – for being too complex and not terribly reliable – and instead we have Replica Placement Plugins. Unlike Autoscaling, replica placement only happens when you create a collection or add a new replica. Hence the name: it’s about where to place these new replicas. In this article, we’ll look at the available replica placement plugins, what you can use them for and how to use them.