Displaying 2 results from an estimated 2 matches for "synoym".
Did you mean:
  synonym
  
2012 Jul 06
1
multiword synoyms
I am using synoyms and cannot determine how to use them in following
example:
$db->add_synonym('Zfoobar','Zfoo Zbar')
or
$db->add_synonym('Zfoobar','Zfoo AND Zbar')
Or is this general not possible?
MfG
Felix
2012 Jan 20
2
Perl version of sortable_serialize missing?
I attempted to use the sortable_serialize function from perl, however 
doesn't seem to exist.  The only occurrence of the string "sortable" in 
the /usr/local/perl/5.10.1/Search/ tree is in the pod in Xapian.pm.
What am I doing wrong?
use Search::Xapian;
...
             $doc->add_value(4,sortable_serialize($recdate));
Undefined subroutine &main::sortable_serialize called