Eric Bus
2005-Oct-26 09:52 UTC
[Xapian-discuss] Fetching a list of doc-id's from a database
Hi, Is it possible to fetch a list of document ID's from a Xapian database? I want to compare this list with my current dataset and sync the two by deleting expired articles and adding the ones missing. It's ment as a fallback for the normal (real-time) indexing, which should catch almost all mutations. Any suggestions? Best regards, Eric Bus
Eric Bus
2005-Oct-26 11:43 UTC
[Xapian-discuss] Re: Fetching a list of doc-id's from a database
Eric Bus wrote:> Is it possible to fetch a list of document ID's from a Xapian database?Sorry, I ment uniqueID's. Document ID's are something completely different ;) I have a list of primary keys in my database and I want to match this with the primary keys in the Xapian Flint database. -- Eric