Hi, Does anyone have tried django-lucene module for search ??
I am able to compile the lucene and 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 with lucene 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 -~----------~----~----~----~------~----~------~--~---

