Re: Django lucene

2013-01-19 Thread Lie Ryan
On 18/01/13 02:43, Barun Saha wrote: Puneet, Were you able to solve this problem? I have been searching a solution for this almost the entire day! For the particular error that Puneet is having, I suspect that he should be using: ModelName.objects_search(name_first="Spike") instead of: Mo

Re: Django lucene

2013-01-18 Thread Amirouche Boubekki
wrote: > >> 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 fi

Re: Django lucene

2013-01-18 Thread Harry Houdini
BeautifulSoup4 to get the page title to store in the Whoosh DB. Anyway, just another option to consider. On Tuesday, August 25, 2009 10:55:59 AM UTC-4, Puneet wrote: > > Hi, > > Does anyone have tried django-lucene module for search ?? > > I am able to compile the lucene and jcc as

Re: Django lucene

2013-01-17 Thread Barun Saha
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 gett

Re: Django lucene

2009-08-31 Thread Puneet
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 wrote: > Hi, > > Does anyone have

Django lucene

2009-08-25 Thread Puneet
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