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: http://github.com/maerlyn/tibiahu/blob/master/lib/task/TibiahuRebuildIndexTask.class.php
On Tue, Apr 6, 2010 at 07:57, Lee Joseph <[email protected]> wrote: > 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 how? > > thanks for all your help! > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony 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/symfony-users?hl=en > > To unsubscribe, reply using "remove me" as the subject. > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony 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/symfony-users?hl=en
