This blog post showcases the vector search improvements that have been introduced in the latest versions of Elasticsearch (8.6 and 8.7)
This blog post describes an alternative and customized approach for evaluating ranking models through the use of Kibana.
This blog post explains all the steps required to implement Text Embedding and Vector Search directly in Elasticsearch in a very simple way.
In this blog post, we show in practice how you can use Elasticsearch to run a full end-to-end neural search.
What is a cluster_block_exception in Elasticsearch? How to solve it? Let’s define an index management policy with a rollover strategy.
In this blog post, the elasticsearch _source field is compared with stored fields and docvalues from a performance point of view
In this blog post we will briefly recap things we can’t do when using the alias field type in Elasticsearch.
This flash blog post will address a very specific and common problem : how to manage entities/concepts composed by multiple terms in a vanilla Apache Solr/Elasticsearch instance ( no plugins or extensions to install). The (deployment) context An Elasticsearch or Apache Solr infrastructure where you cannot install third-party components (e.g. plugins, filters, query parsers). This can…