search for: oenquir

Displaying 1 result from an estimated 1 matches for "oenquir".

Did you mean: oenquire
2006 Nov 30
1
PHP / XapianQueryParser
...olean=Qcontent: unhtml weight=4 index field=content This is the format for scriptindex. When I search my code with <?include "xapian.php";$db = "db/sitedb"; $odb = new XapianDatabase($db);$ostem = new XapianStem("en");$oquery = new XapianQuery("visual");$oenquire = new XapianEnquire($odb);$oenquire->set_query($oquery);echo "<pre>"; echo "Perform: " . $oquery->get_description() . "<br/>";$omset = $oenquire->get_mset(0, 10); echo "Matches: " . $omset->get_matches_estimated() . "<br/>&...