Search

Main blog

Welcome to our Main Blog, the cornerstone of our exploration into information retrieval. This dedicated space serves as a comprehensive repository where we delve into our research, findings, and various topics predominantly centered around information retrieval.

id discovery

The Missing Piece: ID Discovery in RRE Enterprise

In this post, we describe how RREE correlates between client application identifiers and search engine identifiers.
What is the most appropriate approach to handle queries when splitting data when evaluating learning to rank models

Train and Test Sets Split for Evaluating Learning To Rank Models – Part 2

What is the most appropriate approach to handle queries when splitting data when evaluating learning to rank models?
Query Discovery

Query Discovery in RRE Enterprise

In this post, we will describe how RREE discoveries and correlates the user query with the search engine queries.
Make Explicit Ratings Easy

RRE-Enterprise: Make Explicit Ratings Easy

Did you know you can generate explicit ratings using the plugin JCBP you can find inside Rated Ranking Evaluator Enterprise?
RRE-Enterprise: Evaluation Explore/Compare Dashboard

RRE-Enterprise: Evaluation Explore/Compare Dashboard

This blog is a tutorial to explore the results of a search quality evaluation of Elasticsearch and Solr search engines in RRE-Enterprise.
rre enterprise evaluation overview

RRE-Enterprise: Evaluation Overview Dashboard

This blog is a tutorial on how to visualise the search quality evaluation results of Elasticsearch and Solr search engines in RRE-Enterprise.
Train and Test Sets Split for Evaluating Learning To Rank Models

Train and Test Sets Split for Evaluating Learning To Rank Models

How data splitting can be done and why it is important for the offline evaluation of Learning to Rank models?
run an evaluation

RRE-Enterprise: How to Run an Evaluation

This blog is a tutorial to run a search quality evaluation of Elasticsearch and Solr search engines in RRE-Enterprise.
data collection

RRE-Enterprise: How to Manage Your Data Collections

This blog is a tutorial to define a data collection for search quality evaluation of Elasticsearch and Solr search engines in RRE-Enterprise.
rre enterprise target search engine

RRE-Enterprise: How to Set up Your Target Search Engine

This blog is a tutorial to define your target for search quality evaluation of Elasticsearch and Solr search engines in RRE-Enterprise.

RRE-Enterprise: How to Manage Your Ratings

This blog is a tutorial to define your golden truth for search quality evaluation of Elasticsearch and Solr search engines in RRE-Enterprise.
elasticsearch disk space issue and rollover solution

Elasticsearch Disk Space Issue and Rollover Solution

What is a cluster_block_exception in Elasticsearch? How to solve it? Let's define an index management policy with a rollover strategy.
Have Neural Networks Killed the Inverted Index

Have Neural Networks Killed the Inverted Index?

DeepImpact is a new document term-weighting scheme suitable for efficient sparse retrieval using a standard inverted index.
QueryResultCache and FilterCache in Apache Solr

QueryResultCache and FilterCache in Apache Solr

This blog post explores the internals of Apache Solr queryResultCache and filterCache through practical code examples.
How the feature vector cache is used in apache solr

How the Feature Vector Cache Is Used in Apache Solr

How the FeatureLogger works? When the Feature Vector Cache is used in Solr? Is the cache speeding up the rerank process?
Tackling Vocabulary Mismatch with Document Expansion

Tackling Vocabulary Mismatch with Document Expansion

Let's attenuate vocabulary mismatch by leveraging document expansion using two modern transformer-based approaches.
apache solr neural search

Apache Solr Neural Search

Neural Search in Apache Solr has been contributed by Sease thanks to Alessandro Benedetti, Apache Lucene/Solr committer, and Elia Porciani.
Apache solr neural search knn benchmark

Apache Solr Neural Search Knn benchmark