search for: ftsdirectory

Displaying 1 result from an estimated 1 matches for "ftsdirectory".

Did you mean: fsdirectory
2007 Oct 27
2
Remote database search issues
...tub file. You might say that open_stub in also not wrapped.. which is true... HOWEVER... looking at the code, we realized that Database::open() opts to using stub_open if the argument is a string pointing to a stub file rather than a database directory... So instead of Database::open('/data/ftsdirectory') you can do Database::open('/stubfile.dat') Pretty handy trick.. not as nice as proper remote database open (since with that you can dynamically control via code which servers to connect to) but still, it works. So we then tested remote search... We faced several problems... 1) On...