Displaying 2 results from an estimated 2 matches for "smartindex".
Did you mean:
matindex
2005 Sep 14
1
Python binding and Xapian fields
...9;uri', 'title',
etc and I wish to view them in my Omega results.
I am also using an Omega XML customized XML template with these fields.
Searching with Xapian and Omega works great ... but those fields appears as
empty in my resultset! I can not make it work, whether using Index or
SmartIndex from Xapwrap.
What did I miss ? How Omega fields are considered regarding Xapian documents
textfields/sortkeys/keywords ?
I have tried to add my fields as textfields, sortkeys and keyworks, but
nothing works.
That's enough for today I think. :-)
Thanks in advance
David LEVY
--------------...
2006 Mar 27
4
Remote databases and daemons
I've looked over the docs on remote backends, the protocol, and a bit
of the c++ for doing distributed and remote searches. I've got a
couple of questions:
* The remote protocol is usable only as a Database, not as a
WriteableDatabase -- is this correct? So, if I don't want my
application to have a copy of the database on the same machine I'll
need to write an indexer daemon on