Hi, 2010/4/6 Lee Joseph <[email protected]>: > 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?
I not tried it yet, but I think you need to create task that: - fetch all data from table - iterate across all records - save each record to index This should do the trick Regards, Michal > > 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
