On Wed, Nov 22, 2006 at 12:10:45AM +0100, Matthew Planchant wrote: > >> My rebuild is still ending prematurely with only half of the data > >> indexed. > > > > ok, so what exactly do you do to rebuild your index, and what searches > > do you run to check for completeness of your indexes ? > > ruby script/console production > Person.rebuild_index > Organisation.rebulid_index > Document.rebuild_index > > Then I try a find_by_contents on some of the people (using any of the > fields i.e. surname). I can find people up to about two thirds of the > way through the data (in id order) but the final third aren't found.
ok, to keep things simple please keep trying with only the Person class for now. what does the log look like if you do Person.rebuild_index ? What happens if you do the same (with the same data) in development mode (maybe on another machine) ? cheers, Jens -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

