Puneet, Were you able to solve this problem? I have been searching a solution for this almost the entire day!
On Monday, 31 August 2009 22:12:44 UTC+5:30, Puneet wrote: > > Hi, > > Can anyone help with this in django with lucene? Is there anyone able > to use this module sucessfully. I am getting this error when I am > trying to search : > > Error : 'Manager' object has no attribute 'objects_search' > > Thanks, > Puneet > On Aug 25, 7:55 pm, Puneet <er.pu...@gmail.com> wrote: > > Hi, > > > > Does anyone have tried django-lucenemodule for search ?? > > > > I am able to compile theluceneand jcc as required but the module is > > not working properly as it is expected to work. As mentioned in the > > docs I have added to fields in my model > > > > objects = models.Manager() > > objects_search = Manager() # add search manager > > > > But when I say ModelName.save() its not getting indexed withlucene > > and when I say > > > > ModelName.objects.objects_search(name_first="Spike") > > > > I am getting error that > > > > AttributeError: 'Manager' object has no attribute 'objects_search' > > > > Can any one help me with this ?? Does anyone have a small working > > example ? > > > > Thanks, > > Puneet -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/13ITksv0GuUJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.