
Opensolr Search replaces WordPress’s default search with a powerful, hosted Apache Solr search engine. It combines traditional keyword search with AI-powered vector search for dramatically better relevance.
Key Features:
How It Works:
/opensolr-searchThe plugin generates a complete sitemap, injects meta tags for the crawler to extract, and provides a full search experience with zero load on your WordPress server — all search queries go directly to the Opensolr cloud.
Requirements:
This plugin depends on several online services operated by Opensolr (https://opensolr.com) to provide hosted search. You must have an Opensolr account; all indexing and search queries flow through these services. The service is required for core plugin functionality and cannot be self-hosted.
Service provider
Endpoints the plugin contacts
https://opensolr.com/solr_manager/api/* — account management, index create/reload, config upload, sitemap registration, elevation toggle, crawl start/stop/stats. Called from WordPress admin (not from visitors’ browsers).https://api.opensolr.com/solr_manager/api/ingest — Data Ingestion API: pushes your post content + metadata to the search index. Called from the WordPress site (cron worker and the real-time sync on post save/delete), never from visitors.https://api.opensolr.com/solr_manager/api/embed — generates a 1024-dim semantic embedding for the current search query (AI/hybrid search path only). Called from the WordPress site on every AI/hybrid search.https://api.opensolr.com/solr_manager/api/ai_summary — streams the AI Hints / AI Reader answer. Called from the WordPress site only when the admin has enabled those features.https://<your-solr-host>.solrcluster.com/solr/<your-index>/select — the Solr search request itself (host provided by Opensolr when you create an index). Called from the WordPress site on every search.https://search.opensolr.com/embed.js — loaded ONLY if the admin switches Search Mode to “Embeddable”. In Native mode (the default), this script is never loaded.Data sent to these services
meta_domain).No data is shared with any third party — all traffic goes only to opensolr.com / api.opensolr.com / *.solrcluster.com (and only to search.opensolr.com if you explicitly enable Embeddable mode).