search for: new_database

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

Did you mean: net_database
2006 Mar 29
1
Using boolean terms in PHP bindings
...dex landing_page : field=landing_page document_text : field=document_text unhtml index abstract: field=abstract category: field=category boolean=XC - - - - - - php - - - - - - //load the module dl ("xapian.so"); //report all errors error_reporting (E_ALL); $db = new_database ("/www/servers/util/omega/test/default"); $stemmer = new_stem ("english"); //create a query parser $query_parser = new_queryparser(); //set the stemmer and turn on the stemming strategy queryparser_set_stemmer ($query_parser, $stemmer); queryparser_set_...
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
...ings are fine. When I use PHP5, I get "Class 'XapianDatabase' not found" errors. Upon closer inspection using phpinfo(), get_declared_classes() and get_defined_functions() I find that: 1) phpinfo says the Xapian module is loaded, version 0.9.9 2) The old style flat functions like new_database are there 3) The new style classes (XapianDatabase etc.) are not there 4) There are no functions or classes containing the text "xap" Running strings on the .so files for the PHP bindings /usr/lib/php4/20050606+lfs/xapian.so /usr/lib/php5/20060613+lfs/xapian.so confirms that the...
2006 Feb 08
1
xapian-tcpsrv very slow
...or a project and have so far been very impressed. I have hit one major problem the final architecture requires that the web server be a deferent machine from the server that xapian is installed on. With my test code using local database ($db_path = "/var/xapain_db/default"; $db = new_database($db_path);) a query takes around 0.012 seconds on the same machine with the connection changed to use tcp ($db = remote_open('127.0.0.1',3055);) the same query takes 129 seconds or times out. I am currently trying to follow tcpsrv via the debuger however so far everything looks reason...
2006 Mar 27
0
how to html parsing should be done?
...am intrested to put the same with GUI support and flourish the result to get use . So purpose of this search engine would be useful. So i need help regard how to parse my output with html or xml.... And i am trying the same with alternatives but it giving me segmentation fault (11) for $database = new_Database($db); where $db = '/home/jana/public_html/xapian_search/db2'; or may come by http request method in future. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060327/ffbb1b2f/attachmen...
2004 May 23
0
RE: {Virus?} {Spam?} Hi
...ttp://housing.lon.ac.uk/site7/Postcodes/Area.htm LANDLORDS: I own property how can I advertise to students looking for somewhere to live: http://housing.lon.ac.uk/Landlords/HomePage.htm I am a registered Landlord how can I check my advertisements and registration details? http://housing.lon.ac.uk/new_database/ll_login.php I DON'T WANT TO LIVE IN THE PRIVATE SECTOR: Does the University offer any alternatives to Halls or renting from a Landlord? http://housing.lon.ac.uk/site7/AZ.htm#pmu Do you have any information about Halls of Residence? http://housing.lon.ac.uk/site7/Halls.htm Who deals with my...
2006 Jan 30
1
More than one Index?
Morning All, I use scriptindex to build my database and the PHP bindings to pull it all out. Is it possible to have more than one index but select what the bindings search on? So at the moment I index property addresses, I would also like to index property descriptions for more advanced searching but only as an optional extra...probably in an extra search box. Also I would like to analyse the