Switch to unified view

a/Allura/allura/lib/solr.py b/Allura/allura/lib/solr.py
1
import shlex
1
import shlex
2
import pysolr
2
import pysolr
3
from pysolr import SolrError
3
4
4
5
5
class Solr(pysolr.Solr):
6
class Solr(pysolr.Solr):
6
    """Solr server that accepts default values for `commit` and
7
    """Solr server that accepts default values for `commit` and
7
    `commitWithin` and passes those values through to each `add` and
8
    `commitWithin` and passes those values through to each `add` and