You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install django 1.0.2 and PyLucene and verify that they are working
2. Install django-search-lucene according to the documentation
3. Prepare the test 'killme' app according to the documentation
What is the expected output? What do you see instead?
attempting to search using the killme app returns:
AttributeError: type object 'doc' has no attribute 'objects_search'
Please provide any additional information below.
I found some time to try this again, eventually, but I'm still having the
same issues as before, so I thought I'd make a proper bug report to see if
I can get some help this way :)
The problem (or at least a symptom) seems to be at least partly that the
file 'indexes.py' is never called or executed. I can fill it with all
kinds of syntax errors and rubbish without python complaining at any stage.
However, I've also tried adding the IndexModel declaration in models.py and
registering it manually, but this doesn't help either... :(
Any help from anyone who's got this working would be greatly appreciated!
Thanks!
Original issue reported on code.google.com by [email protected] on 2 Sep 2009 at 3:10
The text was updated successfully, but these errors were encountered:
OK .. 3 yeas passed ...
Yes , I got this problem too.
I spent all night on solving this problem, but I didn't work it out.
I know 'indexes.py' is the key point.
Nobody knows?
Original issue reported on code.google.com by
[email protected]
on 2 Sep 2009 at 3:10The text was updated successfully, but these errors were encountered: