hacioguz / kochief

Automatically exported from code.google.com/p/kochief
GNU General Public License v3.0
0 stars 0 forks source link

move to SolrPaginator and possibly solrpy #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SolrPaginator in the solrpy code [1] presents a Django-like paginator api
for Solr, and could simplify the code in discovery/views.py and the
discovery/snippets/pagination.html template.  

Also, solrpy as a whole might be brought into the project to mediate the
Solr connection.

[1] http://code.google.com/p/solrpy/source/browse/trunk/solr/paginator.py

Original issue reported on code.google.com by gsf747@gmail.com on 6 May 2009 at 3:28