Active filters: Tags: Solr ×

Migrating from Elasticsearch to Solr

drupal.opensolr.com› en-gb› node
2026-04-24
Many teams are reconsidering Elasticsearch after license changes and rising costs. Apache Solr offers a fully open-source alternative with comparable features — full-text search, faceting, highlighting, geospatial queries, and now vector search. This article covers the key differences and a step-by-...

Web Crawler Best Practices for Site Search

drupal.opensolr.com› en-gb› node
2026-04-24
A good site search starts with good indexing. The Opensolr Web Crawler handles JavaScript rendering, PDF extraction, and structured data extraction automatically. But there are best practices to follow: provide a sitemap.xml, use semantic HTML, include meta descriptions, and avoid blocking search cr...

Understanding Faceted Search and Filtering

drupal.opensolr.com› en-gb› node
2026-04-24
Faceted search lets users narrow results by categories, price ranges, brands, or any attribute. It is essential for e-commerce and content-heavy sites. Solr excels at faceted search with docValues fields, pivot facets, and range facets. This article explains how to configure facets in your schema an...

Real-Time Analytics for Your Search Engine

drupal.opensolr.com› en-gb› node
2026-04-24
Understanding what users search for is as valuable as the search itself. Opensolr provides built-in query analytics: top searches, zero-result queries, click-through rates, and search volume trends. Use this data to improve content, identify gaps, and optimize product discoverability. This comprehen...