search for: dbi2omega

Displaying 6 results from an estimated 6 matches for "dbi2omega".

2007 Feb 09
1
PHP Binding and dbi2omega questions
Hi All, I've installed Xapian and the php module. I've set up a script for use with scriptindex and dbi2omega for getting data from the db into the index easily, the script file is as follows: =============================== id : field=id title : index title: field=title description : index description : truncate=50 field=content ============================= However, when querying the xapian database u...
2005 Jul 20
1
indexing db data
Hello list, I would like to try indexing data in a database table. While I got dbi2omega to work and print the data, I am still not sure how it all works together. What should be done to the output from dbi2omega? If for example I have a table with 5 fields 2 of which I would like to index, like so: (id primary key, title varchar(100), name varchar(100), d...
2008 Jan 15
7
PHP indexing, what's the PHP method for indexscript
Currently I have the following indexscript: pid : unique=Q boolean=Q field=pid postdate : field=startdate author_name: unhtml boolean=XAUTHORNAME field=author author_id: boolean=XAUTHORID field=authorid url : field=url sample : weight=1 index field=sample How can I create the same indexing using PHP? With this, I can get an searchable index, but I have no idea how to set the fields, so that I
2011 Apr 17
3
Report for http://trac.xapian.org/wiki/SupportedPlatforms
...omega-docs Not found mkdir -p $root/usr/share/doc/xapian-omega/examples/ #/usr/share/doc/xapian-omega/TODO.Debian Not found #/usr/share/doc/xapian-omega/changelog.Debian.gz Not found #/usr/share/doc/xapian-omega/changelog.gz Not found #/usr/share/doc/xapian-omega/copyright Not found cp -p dbi2omega $root/usr/share/doc/xapian-omega/examples/dbi2omega cp -p htdig2omega $root/usr/share/doc/xapian-omega/examples/htdig2omega cp -p htdig2omega.script $root/usr/share/doc/xapian-omega/examples/htdig2omega.script cp -p mbox2omega $root/usr/share/doc/xapian-omega/examples/mbox2omega cp -p mbox2omega.sc...
2018 Feb 24
0
MediaWiki to Omega
I use Omega to index and search an archive of magazine and ebook pdfs etc. I also have a Wiki (in MediaWiki) that I wanted to include in that index too. If it's any use to anybody, I've adapted dbi2omega to export the pages from MediaWiki and shared it on GitHub - search for mediawiki2omega. It doesn't do anything very clever, but it might save someone time figuring out the MediaWiki database and the scriptindex fields. Feel free to correct me if I've not understood the xapian fields pr...
2007 Nov 27
3
Problems with xapian php bindings in osx
Hello, I am attempting to run the smoketest.php file from my devserver and am getting nothing but errors. It looks like it did not install correctly. Yesterday I compiled the source on os x and it appeared to install just fine, but now it is not working at all. I tried to replace the location of the xapian.php file with a hardcoded located and got a different set of errors. Here are