Displaying 1 result from an estimated 1 matches for "uniqueterm".
2006 Feb 13
1
Problem with overloading add type casts of numeric strings in PHP bindings
...his parameters when in doubt (PHP does
support casts), before invoking the Xapian methods, to ensure that the
correct overload is executed. For example
WritableDatabase_replace_document($handle, (int)$docid, $document); //
Replace by docid
WritableDatabase_replace_document($handle, (string)$uniqueterm,
$document); // Replace by term
Other than that the new bindings with emulated overloads are great, much
kudos.
//Mikael