Displaying 20 results from an estimated 10000 matches similar to: "Database modification time"
2007 Jan 12
1
xapian error
Just got this error when replacing (updating) a document in the xapian 
index (using php bindings):
Fatal error: Uncaught exception 'Exception' with message 'DatabaseError: 
Error reading block 16908825: got end of file'
Does anyone know what this means exactly?
Alec
2005 Aug 15
0
Last modification time
On Tue, 2005-08-16 at 18:42 +0100, Olly Betts wrote:
> On Wed, Aug 10, 2005 at 03:26:00PM +0200, R. Mattes wrote:
> > is there any way to retrieve the last modification time from
> > a Xapian::Database object?
> 
> Not via the API.  For disk based databases, it's the latest
modification
> time of any "base" file in the database directory.  That's true for
2007 Jun 17
2
Flint failed to deliver indexing performance to Quartz.
Flint failed to deliver indexing performance to Quartz.
I am proposing to remove Flint as default database and place Quartz
database back as default. The catch is not that Flint database is
smaller and faster during searches then Quartz database as developers
were concerning when were measuring and neglecting to measure
performance when creating the large indexes.
The truth is that Flint
2007 Apr 23
1
Patch for database code
Hi all,
Attached is a simple patch for Flint and Quartz; Visual C++ complains if 
you try and define arrays with non-constant size.
Charlie
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch7.patch
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20070423/d92c683a/attachment.ksh>
2005 Nov 07
1
Re Phrase Tuning.
Thanks Olly,
I have given flint a go -and it is generally much quicker (once it has
loaded the cache -that process still takes minutes). Flint actually seems
tro do some caching whereas quartz just seemed to hit the disc constantly.
Generally I've been running it on a machine with 5G of memory -but it has
to contend with other processes for resources, I have also run it on its
own on a 1G
2007 Jun 19
2
Deleted documents not deleted
I seem to be seeing cases where I call db.delete_document(somedocid) with
no error, then flush() and delete the database object, but the document is
still there after process exit. The write lock is normally deleted, so it
appears that the database close finished normally.
If I then then call delete_document(somedocid) from another
command/process, this time it goes away.
I've been seeing
2007 Jan 12
1
Re: [Xapian-commits] 7603: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
>   Charlie Hull to allow 2GB+ index files work when compiled using
>   Visual C++.
I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
bothered) will also need fixing since they use off_t.  You need to make
sure that the stat() function called
2010 Jan 14
1
Latest revision and backwards compatibility
Greetings,
I've been wondering about the index format and backwards compatibility.
We're using the dev version (for chert) and each svn up means that any
indexes created prior to this revision cannot be read.  Is this purely a
cautious move to prevent errors, and, barring any obvious index format
changes, can I safely force the current revision to read existing indexes?
 eg, by
2005 Nov 07
1
submitting a xapian entry to the FreeBSD ports collection
Hello,
Would anyone object to my submitting an entry for xapian-core to the
FreeBSD ports collection ? This would make it even easier for any FreeBSD
user to install a xapian-based application.
By the way, it does not seem quite right that xapian-core 0.9 will install
commands with such generic names as 'copydatabase' or 'simplesearch' to
/usr/local/bin by default. Either a
2007 Jan 27
4
Xapian vs Lucene
Hello,
It's probably quite troll-risky to put a title like this, but did anyone
take the trouble to compare Lucene to Xapian and make a list of
differences?
As I told the list at the end of last year, I'm going to have to
integrate an indexing/search engine in the coming weeks or months. It
will be integrated to Dokeos, an open-source e-learning application in
PHP, and at the moment we
2007 Jun 12
1
Empty results OMEGA with XAPIAN 1.0.1
Hi,
I configured XAPIAN 1.0.1 and OMEGA 1.0.1. on my development machine
(first removed the old ones). I recreated my databases (both quartz
and flint) and tried to run original queries against the databases
created by the new versions.
I'm getting empty result sets from OMEGA. If I use the delve tool I
actually see that the records are created fine. No log files are
written as far as I
2010 Jun 07
2
Is there a 64 character term size limit? In Ruby bindings?
I've just found some items in my Xapian database which aren't being
indexed, when the terms are quite long. 
Example term:
Frotherham_doncaster_and_south_humber_mental_health_nhs_foundation_trust
It represents that the Freedom of Information request was made to a
particular public body. It results in pages like this not correctly
showing results:
2007 Apr 05
2
Re: [XapianBug 117] Invalid data in remote protocol can cause buffer overflow
bugzilla-daemon@ixion.tartarus.org wrote:
> http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=117
>
> ------- Additional Comments From olly@survex.com  2007-04-05 13:52 -------
> I've actually already implemented a fix.  If bugzilla stops sending me mail, I
> might even manage to check it in soon!
Sorry Olly - just about finished sorting things out now!
For everyone
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
2006 Dec 22
1
xapian + win XP + 2GB
hi,
I have problem with Xapian on Win XP. I compile Xapian with VC 7.0 using  win32.mak from Lemurconsulting. I want to use files 2GB+ but unfortunetly  this not work. I know that configure in Linux version change something to allow using large files. 
Could anyone help me.
regards,
        Grzegorz   
----------------------------------------------------
Dwie kobiety i ten sam problem -
2005 Aug 05
2
uint4 in quartz/flint
We have:
----------------------------------------------------------------------
typedef unsigned long uint4;
----------------------------------------------------------------------
which on an LP64 system is a lie. If uint4 is used on disk (and it's
used in the btree implementation) then it would make the databases
unportable, which probably isn't a good idea (unless we already have
2007 Apr 09
1
Re: [Xapian-commits] 8157: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
olly wrote:
> Log message (6 lines):
> backends/flint/flint_database.cc: Delete the corresponding entry
> (if any) from doclens in delete_document().  Add assertion to
> add_document_() that the corresponding entry in doclens isn't
> already set, but in a non-debug build overwrite any existing
> entry as that's more likely to be correct.
>
2006 Jun 13
1
xapian-compact seg faulting & Re: Error msg xapian-compact: The revision being read has been discarded - you should call Xapian::Database::reopen() and retry the operation
I am fairly confident that these issues are related to killing the scriptindex process ungracefully causing blocks that were queued for writing to disk to not get written. I mention to send you the file because it could be that you would see almost immediately with the situation is.
Thanks
> ----- Original Message -----
> From: oscaruser@programmer.net
> To:
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
PHRASE QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
(LP:backup:(pos=1) PHRASE 6 LP:c::(pos=2) PHRASE 6 LP:program files:(pos=3)
PHRASE 6 LP:Mozilla Firefox:(pos=4) PHRASE 6 LP:res:(pos=5) PHRASE 6 LP:
table-add-column-after-hover.gif:(pos=6))))
AND QUERY
Xapian::Query((MBOX:12345678-1234-1234-1234-1234567890ab AND
LP:backup:(pos=1) AND LP:c::(pos=2) AND LP:program
2016 May 31
1
Need info on chert and flint
Hi,
I am new to xapian and read somewhere that xapain was using flint before
released version 1.1 now it is using chert.
I am looking for differences between both flint vs chert  respective to
xapian and advantages of chert.
thanks
Smriti