-
Notifications
You must be signed in to change notification settings - Fork 210
Home
jpmckinney edited this page Apr 13, 2013
·
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.
h2. Examples
h2. Documentation
- How to implement the demo site from the ground up
- Architectural overview
- Tutorial: Solr grouping
- Tutorial: Nutch
- JSDoc documentation
h2. Support
h2. Links