Thanks for the quick response Jens.

Okay -- my problem apparently is that I've been deploying new code 
(which stops and starts the ferret server), then I would go in and 
delete the index.  So the index gets recreated, but the DRB server 
"remembers" the previous index, or settings, or whatever.

When I follow these steps, the index is created correctly, and the 
analyzer works fine...

1. deploy new code
2. script/ferret_stop
3. rm -rf index/production
4. script/ferret_start

The key for me to remember is to stop the DRB server BEFORE deleting the 
index.

I've created a simple capistrano recipe to handle this in the future.

Thanks again.

- Brandon

>Jens Kraemer wrote:
> Hi!
> 
> This is really strange - are you sure the DRb server runs in a proper
> utf8 environment, just as your testcases do?
> 
> Jens
> 
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to