Displaying 2 results from an estimated 2 matches for "index_id".
Did you mean:
index_io
2006 Dec 02
1
document_id globally incrementing
Hi All
I have made my xapian indexer automatically create new indexes once it
reaches X documents in each, and for each document that I add to each
sub-index, I record its document_id and its index_id (relating to what
index the document ended up in).
writabledatabase_add_document() returns document_id:s beginning from 0
for each new index when you add new documents, like you would expect.
So far all good.
Here is the problem: when I search through the indexes together (using
database_add_da...
2011 Apr 09
1
Pretty URLs for omega?
Hello :-)
How can the default omega URL be prettified?
http://<host_ID>/cgi-bin/omega is working fine, giving us all omega's
default CGI parameters. Now we want multiple databases which could be
accessed using http://<host_ID>/cgi-bin/omega?DB=<index_ID> but this is
starting to get messy. It will get messier when we start to customise
templates with &FMT=<template_ID> (?) and so on.
It would be nice if the users had a simple, memorable URL such as
http://<host_ID>/search which we could use to generate customised omega CGI
URLs...