Digging in the Solr code: 5 minutes howto
How to quickly debug a custom Apache Solr component (e.g. request handler, query parser, filter) in your favourite IDE.
The example uses IntelliJ but it is valid for any IDE.
How to quickly debug a custom Apache Solr component (e.g. request handler, query parser, filter) in your favourite IDE.
The example uses IntelliJ but it is valid for any IDE.
A walkthrough around Synonyms and Stopwords usage scenarios.
Examples can be applied both to Apache Solr and Elasticsearch.
Second rendez-vous about Synonyms and Stopwords usage.
Examples can be applied to Apache Solr or Elasticsearch
Synonyms and Stopwords: Oh My God! Is that so hard to manage both of them? Which crazy scenarios can I meet?
Let’s continue our investigation around this topic.
This 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.
What is Search Quality? Why is it so important in a search infrastructure?
Do you need something that gives you the evidence about the direction the search system is going to? RRE is the tool you’re looking for.
The Apache Solr Invisible Queries Request Handler
Quantity detection? What is a quantity? And why do we need to detect it?
In this post we introduce a quantity detection plugin for Apache Solr.
Towards a scalable Solr-based RDF Store SolRDF (i.e. Solr + RDF) is a set of Solr extensions for managing (index and search) RDF data. In a preceding post I described how to quickly set-up a standalone SolRDF instance in two minutes; in this post I’ll describe how to run SolRDF in a simple cluster. The […]