[symfony-users] Re: a question about lucene in symfony

2010-04-06 Thread Lee Joseph
Oh, I use pdo too, thank you too! On 4月6日, 下午2时05分, Gábor Fási wrote: > I created a task that fetches all the data in the table (via pdo > instead of propel, so it uses a lot less memory), and add them to the > index one by one. Probably not the prettiest one out there, but here's > my > task:h

Re: [symfony-users] Re: a question about lucene in symfony

2010-04-05 Thread Michał Piotrowski
2010/4/6 Lee Joseph : > thanks a lot, this is so useful! No problem ;) BTW. I'm not sure, but this task probably needs to remove old index at begining. Otherwise you could get doubled results. > > On 4月6日, 下午2时02分, Michał Piotrowski wrote: >> Hi, >> >> 2010/4/6 Lee Joseph : >> >> > I learned ho

[symfony-users] Re: a question about lucene in symfony

2010-04-05 Thread Lee Joseph
thanks a lot, this is so useful! On 4月6日, 下午2时02分, Michał Piotrowski wrote: > Hi, > > 2010/4/6 Lee Joseph : > > > I learned how to use lucene to create a index when add or modify data > > on the  website, but I want to know is this possible  to build index > > from a existing data in table? and h