Skip to content
janek42 edited this page Jul 24, 2022 · 7 revisions

AJAX Solr is a JavaScript library for creating user interfaces to Apache Solr.

It is JavaScript framework-agnostic, but requires an AJAX implementation to communication with Solr. As such, you may use the library whether you develop using jQuery, MooTools, Prototype, Dojo, or any other framework. You need only define a Manager object that extends the provided AbstractManager object, and define the function executeRequest() on that object. A jQuery-compatible Manager is provided at managers/Manager.jquery.js.

AJAX Solr began as a fork of SolrJS by Matthias Epheser. We are indebted to that project for providing a great starting point for improvement.

Examples

Documentation

Support

Links