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 <[email protected]> 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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to