search for: _add_attr

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

2006 Jan 31
1
retrieving attributes of searchresults
...and that the answer is obvious i dont seem to be able to find it. regards m ------------>8------------------------------------------------------- ## vital parts of indexer ################################ my $doc = Search::Xapian::Document->new(); $doc->set_data($data->{article_id}); _add_attr($doc, { # pass fields with multifield values as arrayref 'XAID' => $data->{article_id}, 'XTITLE' => $title, # arrayref 'XDATE' => $data->{publicationdate}, 'XTYPE' => $data->{articletype}, 'XTID' =&...