Opensolr Changelog

Recent updates and improvements to the Opensolr platform.

API × Improved ×

API Mar 28, 2026

  • Improved New is_query parameter on the embed and batch embed API endpoints. Set is_query=1 when embedding search queries to get optimized retrieval vectors.

API Mar 8, 2026

  • Improved The Data Ingestion API now returns a doc_ids array in every successful response, showing the auto-generated document ID (md5 of uri) for each document in your batch. Use these IDs to track, query, or update specific documents in your index.
  • Improved URI is now mandatory for every document in the Data Ingestion API. The document ID is always generated as md5(uri), making the URI the single source of truth for document identity. Same URI = same document. Resubmitting a URI updates the existing document. Duplicate URIs in pending jobs are automatically rejected to prevent accidental double-indexing.