Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost support broken (UnboundLocalError) #9

Closed
akaihola opened this issue Jul 24, 2010 · 2 comments
Closed

Boost support broken (UnboundLocalError) #9

akaihola opened this issue Jul 24, 2010 · 2 comments

Comments

@akaihola
Copy link

In notanumber's fork of haystack with field weight support, Django's manage.py rebuild_index fails when using Pysolr 80ad7b7. There's an UnboundLocalError with the variable v on line 629.

@notanumber
Copy link

This was introduced in db89b1d. Looks like there was a problem with the merge.

Line 629 http://github.com/toastdriven/pysolr/blob/master/pysolr.py#L629 should be boost[key] = str(boost[key])

@toastdriven
Copy link
Collaborator

Sorry for the delay on this. I failed at the merge. Fixed in SHA: 45a188e

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants