search for: ovalues

Displaying 2 results from an estimated 2 matches for "ovalues".

Did you mean: values
2006 Nov 30
1
PHP / XapianQueryParser
...oiter->get_percent() . "<br/>"; echo "Desc: " . $oiter->get_description() . "<br/>"; $data = $odoc->get_data(); echo $data; echo $odoc->termlist_count() . "<br/>"; echo $odoc->values_count() . "<br/>"; $ovalues = $odoc->values_begin(); while (!$ovalues->equals($odoc->values_end())) { print_r($ovalues); $ovalues->next(); } $oiter->next();} ?> I get nice results (great!). Except, I really, really want to have the individual values of the input data (keywords, description, url). I hav...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed