Displaying 1 result from an estimated 1 matches for "filerepo".
Did you mean:
filerepos
2009 Dec 09
1
xapian omega
Hi,
I have been able to install xapian build index and perform search using php-bindings. Now, I would like to use xapian-omega for indexing and search. There's very few documentation about it. My needed:Building index of files (which is located /var/www/filerepos)Building index from database (selected table, table customer)Search using PHP (is there any way I can access index using Xapian APIs or there exists xapian-omega APIs for php). Files in filerepos are linked with database (it's webased file management system) and different permission is associa...