Displaying 3 results from an estimated 3 matches for "iamflint".
2006 May 09
1
xapian-compact fails to rename iamflint.tmp for win32/cygwin builds
Hello,
Any call to xapian-compact compiled for Win32/Cygwin ultimately fails
when it tries to rename/replace iamflint.tmp with the final version. The
reason is you cannot rename an opened file with Win32/Cygwin libc.
To correct this, just close the output ofstream (xapian-compact.cc(534))
like:
"""
ofstream output(dest.c_str());
if (!output.write(buf, input.gcount())) {
cerr << argv[0] <...
2006 Aug 06
1
How to use omega to search remote back end?
...oscar@epsilon:/svr/xapian/beta$ ls -aFl
total 21335200
drwxr-xr-x 2 oscar oscar 4096 Aug 6 10:15 ./
drwxr-xr-x 5 oscar oscar 4096 Aug 6 12:59 ../
lrwxrwxrwx 1 oscar oscar 17 Aug 6 10:15 default -> /svr/xapian/beta//
-rw-r--r-- 1 oscar oscar 12 Jul 12 21:40 iamflint
-rw-r--r-- 1 oscar oscar 12952805376 Jul 12 21:40 position.DB
-rw-r--r-- 1 oscar oscar 13 Jul 12 19:07 position.baseA
-rw-r--r-- 1 oscar oscar 197668 Jul 12 21:40 position.baseB
-rw-r--r-- 1 oscar oscar 4737064960 Jul 12 18:26 postlist.DB
-rw-r--r-- 1 oscar oscar 13 Jul...
2007 Apr 23
1
Re: [Xapian-commits] 8351: trunk/xapian-core/ trunk/xapian-core/backends/flint/
olly wrote:
> SVN root: svn://svn.xapian.org/xapian
> Changes by: olly
> Revision: 8351
> Date: 2007-04-23 01:44:44 +0100 (Mon, 23 Apr 2007)
>
> Log message (2 lines):
> backends/flint/flint_version.cc: Update the flint format version
> since older flint versions can't read compressed tags.
Am I correct in assuming that this means that when