Brandon Lile
Brandon Lile

Reputation: 65

Using solr api in django without having to hit solr through a url

Quick question, I was wondering if there is a way to use Solr's API without having to create a url and retrieve the response that way? I have google'd around, but to no avail. I don't want to use haystack, because I do not need all the bells and whistles that it has. I just want to be able to retrieve a response from Solr without having create a url, and render the response. By the way, I'm doing this in django/python.

Thanks for any leads you may give me.

Upvotes: 0

Views: 90

Answers (1)

cberner
cberner

Reputation: 3040

I've been using pysolr, and it's been great.

Upvotes: 1

Related Questions