search for: my_index_dir

Displaying 2 results from an estimated 2 matches for "my_index_dir".

Did you mean: _index_dir
2007 Apr 14
3
Error on optimize leads to corrupt index?
...occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 Now, I get the following error any time I try to create a new index on the directory that I was trying to optimize. Ferret::Index::IndexReader.new("indexes/my_index_dir") IOError: IO Error occured at <except.c>:93 in xraise Error occured in fs_store.c:127 - fs_each doing ''each'' in : <No such file or directory> Any thoughts? The directory is definitely there. I''d like to be able to recover from this error some...
2005 Nov 17
6
lock problems from concurrent processes.
Hi! First, thanks a LOT for ferret. The API and documentation is great. I''m trying to integrate ferret into a RoR app (DamageControl) and have run into a problem with locks. DamageControl consists of two processes that start up and run in parallel. The first one is the webapp (which is just a plain RoR app). The second is a daemon process that runs in the background. The daemon process