2014-03-18 0:53 GMT+01:00 Antonia Horincar <[email protected]>: > * adding Solrpy to Bloodhound > > * adding callbacks to searchable objects in Bloodhound, so that they are > indexed in Apache Solr > * delegating searching to Solr (whenever someone does a search request, > return the results provided by Solr, rather than the results provided by > Woosh)
Take a look at the ISearchBackend interface [1] in bhsearch. It is probably the easiest way to add a different search backend to Bloodhound. Anze [1] https://github.com/apache/bloodhound/blob/trunk/bloodhound_search/bhsearch/api.py#L94
