search for: values_end

Displaying 7 results from an estimated 7 matches for "values_end".

2010 Jun 24
1
undefined reference to `Xapian::Document::values_end() const'
I've got a simple for-loop: for( v=doc.values_begin(); v!=doc.values_end(); v++ ) going through the values of a document from a search. I really don't understand why I'm getting this undefined reference? (apart from this, everything links fine). /Per Jessen, Z?rich
2015 Jun 19
1
REPLY: make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
...; Slackware-14.0 > > bash-4.2# make check > Making check in perl > make[1]: Entering directory `/home/eric/xapian-bindings-1.2.21/perl' [...] > ./t/document.t .. 1/26 # Failed test 5 in ./t/document.t at line 32 > # ./t/document.t line 32 is: ok( $it ne $doc->values_end() ); > # Failed test 9 in ./t/document.t at line 37 > # ./t/document.t line 37 is: ok( $it ne $doc->values_end() ); > # Failed test 13 in ./t/document.t at line 42 > # ./t/document.t line 42 is: ok( $it eq $doc->values_end() ); > # Failed test 21 in ./t/document.t...
2015 Jun 10
1
make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
...tabasemodified.t .. ok All tests successful. Files=1, Tests=5, 2 wallclock secs ( 0.13 usr 0.01 sys + 0.68 cusr 0.04 csys = 0.86 CPU) Result: PASS PASS: t/databasemodified.t ./t/document.t .. 1/26 # Failed test 5 in ./t/document.t at line 32 # ./t/document.t line 32 is: ok( $it ne $doc->values_end() ); # Failed test 9 in ./t/document.t at line 37 # ./t/document.t line 37 is: ok( $it ne $doc->values_end() ); # Failed test 13 in ./t/document.t at line 42 # ./t/document.t line 42 is: ok( $it eq $doc->values_end() ); # Failed test 21 in ./t/document.t at line 81 # ./t/document.t line 81...
2010 Aug 28
1
Matchspy and faceting
...ser to place a list of all the tags in each taxonomy in value slots, one per taxonomy, and then a multivaluecountmatchspy on the search side. However, I have a few questions. 1.I thought the method on the MVCMS was get_top_values but the class seems to have the methods top_values_begin and top_values_end instead, which do seem to work though I'm unsure what the arguments are. Can you confirm this is right, and since I only found this by reading the source code, is there any matchspy documentation? 2. It seems like you have to fetch an mset after attaching the matchspy (even if you don'...
2007 Nov 08
1
Perl make test fails on threads in rhel5
Hi all, I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian: make test fails on test 37: ok 34 - check PositionIterator ok 35 - create TermIterator ok 36 - check TermIterator dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 37-65 Failed 29/65 tests, 55.38% okay $ xapian-config --version xapian-config - xapian-core 1.0.4 $ cat
2006 Nov 30
1
PHP / XapianQueryParser
...t; . $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 have found no way to do this, and the only funtion that seems to return it (allt...
2009 Feb 12
1
problem when using xapian's static libs in windows
...ll Xapian::ValueIterator::operator*(void)const " (??DValueIterator at Xapian@@QBEABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@XZ) libinmemory.lib(inmemory_database.obj) : error LNK2019: ????????? "public: class Xapian::ValueIterator __thiscall Xapian::Document::values_end(void)const " (?values_end at Document@Xapian@@QBE?AVValueIterator at 2@XZ)??????? "private: void __thiscall InMemoryDatabase::finish_add_doc(unsigned int,class Xapian::Document const &)" (?finish_add_doc at InMemoryDatabase@@AAEXIABVDocument at Xapian@@@Z) ???? libnet.lib(seriali...