…there’s not yet been significant divergence, our Elasticsearch training courses, relevance testing tools Quepid and Splainer, Elasticsearch Learning to Rank plugin and indeed pretty much anything built for Elasticsearch should…
…Solr or Elasticsearch. Specific User Experience? Choose Solr or Elasticsearch Yes, Solr and Elasticsearch are bare bones, but that’s a conscious choice. You should think of them as programming frameworks…
Have you looked at a scoring explain out of Elasticsearch? Perhaps you’ve had a tricky relevance problem. You’ve needed to debug Elasticsearch’s scoring. Unfortunately the relevance scoring for Elasticsearch is…
…Revolution in not too long (see also my coauthor’s talk about this subject at Elastic{On}) In Relevant Search, we implement recommendations using Elasticsearch aggregations. We just introduce these ideas. We…
…– so we are happy to announce that Chorus is now available for Elasticsearch as well! What does Chorus for Elasticsearch offer me? In short, Chorus for Elasticsearch is a…
…think Elasticsearch has been so successful, so I’m really happy to see this trend continue. I’m also pleased to see the effort Elastic is committing to keeping Elasticsearch (and Lucene)…
…data, since we didn’t want it disappearing if the containers needed rebuilding for some reason. Here’s our docker-compose.yml file: version: ‘2.2’ services: elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:7.8.1 container_name: elasticsearch ports: – "9200:9200"…
Crossing streams — problem. Crossing fields? No problem! Elasticsearch’s cross field queries are a great feature. They let you blend multiple fields scores together on a search-term by search-term…
Does your team use Elasticsearch but struggle to deliver relevant, high-quality search results? ‘Think Like a Relevance Engineer’ (TLRE) is a 2-part Elasticsearch training that gives your team the skills…
…help you avoid my pitfalls. Elastic MapReduce, Step by Step Elastic MapReduce makes everything simple. In just a few steps and in just a few minutes, you can have your…
…Elasticsearch support, and what is the best way to take advantage of it? Elasticsearch supports three kinds of caches: the node query cache, the shard request cache, and the field…
…Elasticsearch under an open source license. Encouragingly, other companies are promising similar efforts including Logz.io, a major user of Elasticsearch for log monitoring applications (I also hear rumours about some…