From mboxrd@z Thu Jan 1 00:00:00 1970 From: veganjenny@gmail.com (jenny w) Date: Sun, 14 Oct 2007 02:04:04 -0700 Subject: [sup-talk] Amazon.com messages can't be added to index In-Reply-To: <20071014052003.GE17985@horacrux> References: <20071014052003.GE17985@horacrux> Message-ID: On 10/13/07, Kevin Mark wrote: > It would be helpful to the list to show a portion of the actual error > message(or all of it if its small) instead of a restatement of it. A > restatement of an error message is rarely adequet to solve an error. Okay, more info. I ended up running this under ruby-debug to see what was going on. It seems the problem I'm having is that Amazon.com sends me messages with message_ids like: AAA-notification-70925, 4617.1234123412 at na-rte-app-5105.iad5.amazon.com The space after the comma is what's throwing ferret off. I don't know if it helps, but I noticed that if I try doing @index.search("message_id:#{m.id}") ferret will find the doc. This seems to be because Ferret is turning the string into a Boolean (as opposed to Term) query.