Jens Kraemer wrote:

> I could reproduce the error, but I can't explain why it happens ;-)
> I just committed a fix that rescues from the failure and indexes an
> empty string for the field in question.
> 
> It seems the errors are raised when aaf tries to index a
> field that isn't used by the particular model class, i.e. :title in a
> Comment object.

I was seeing a similar error on cases where there would be a
single row that had NULL for the value of an indexed field. Rows
before that row would index and then the exception would be
encountered and indexing would stop.

This fix also works for me.

Thanks,

Ray

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to