This blog post aims to give a better understanding of Docvalues and stored fields in Apache Solr for the operations in which they can be used interchangeably.
In this post we describe an approach to solve the problem of an application that requires both Full and Atomic Updates, using one of the powerful concepts in Object Oriented Programming: Polymorphism.
In this post we’ll cover two additional synonyms scenarios and we’ll try to summarise all previous tips in a coincise form.
Synonyms and Stopwords: how to deal with missing synonym detection when the original text contains some “intruder” stopword?
How can we manage synonyms and stopwords at query time? In this article we will try to address this specific and very popular use case.
Approach for searching multi-term entities/concepts out-of-the-box, without installing any additional components.
Approach for combining a Known Item Search with a regular Full-text Search, in a sample e-commerce context, using Apache Solr.
Blog about a quantity detection plugin for Solr that consists of a set of query parsers able to detect quantity entities within queries.
In this post we will describe how to implement a server-side search workflow in Apache Solr by combining several SearchHandler instances.
How Apache Solr works internally and the vital data structures that make the Lucene based search engine so fast and efficient.