This blog is a quick summary of our experience at the ECIR 2018, the European Conference on Information Retrieval.
Info about our speakers and talk at the ECIR (European Conference in Information Retrieval) in March 2018 in Grenoble (France).
What are “Invisible Queries”? This is an extract of an article [1] on Lucidworks.com, by Grant Ingersoll, talking about invisible queries: “It is often necessary in many applications to execute more than one query for any given user query. For instance, in applications that require very high precision (only good results, forgoing marginal results), the…
Distributed search is the foundation for Apache Solr Scalability : It’s possible to distributed search across different Apache Solr nodes of the same collection ( both in a legacy [1] or SolrCloud [2] architecture), but it is also possible to distribute search across different collections in a SolrCloud cluster.Aggregating results from different collections may be useful when…
Info about our speaker and talk at the Apache Lucene/Solr Meetup in 2017 in London (UK).
Info about our speaker and talk at the Open Source Summit in May 2017, Tokyo (Japan)
Info about our speakers and talk at the Apachecon in November 2016, Seville (Spain).
Last Stage Of The Journey This blog post is about the Apache Solr Learning To Rank ( LTR ) integration. We modelled our dataset, we collected the data and refined it in Part 1 .Trained the model in Part 2 .Analysed and evaluate the model and training set in Part 3 .We are ready to…
This blog post is about the Apache Solr Learning to Rank Tools : a set of utilities for the Solr LTR integration.
Model Training For Apache Solr Learning To Rank If you want to train a model for Apache Solr Learning To Rank, you are in the right place.This blog post is about the model training phase for the Apache Solr Learning To Rank integration. We modelled our dataset, collected the data and refined it in Part…