lunr 1.0.1
A simple read-only interface to Solr, built on RSolr. Lunr makes it easy to query and create objects from a Solr index without requiring all the knowledge, code, and data that was used to build the index in the first place. If you have complex indexes with a stored fields and need to search / access those fields without access to the original data store, Lunr might be what you're looking for. As seen in Sunspot and similar tools, if <code>WillPaginate::Collection</code> is available it'll be wrapped around the results of any search.