Displaying 5 results from an estimated 5 matches for "serialisationerror".
2010 Jan 13
1
Revision 13824 compilation failure
g' day
Configured with --disable-maintainer-mode.
Compilation of revision 13824 is failing with:
common/serialise-double.cc: In function ?double unserialise_double(const
char**, const char*)?:
common/serialise-double.cc:141: error: ?SerialisationError? is not a
member of ?Xapian?
common/serialise-double.cc:157: error: ?SerialisationError? is not a
member of ?Xapian?
common/serialise-double.cc:169: error: ?SerialisationError? is not a
member of ?Xapian?
Regards
Henry
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
...in serialise-double.h
Although, doing just
const string normals = ptr++; or, const string normals = static_cast<const
string>ptr++; fixes compile errors.
But tfidfweight3 test case is failing with remote backends :-
$ ./runtest gdb ./apitest -v tfidfweight3
Running test: tfidfweight3... SerialisationError: REMOTE:Bad encoded
double: short mantissa (context: remote:prog(../bin/xapian-progsrv -t300000
.glass/db=apitest_simpledata)
I'm wondering if I need to introduce a new method in serialise-double.h for
string parameters (normalizations in this case)? To be honest, I have
little idea about that...
2016 Jul 27
2
Weighting Schemes: Implementing Piv+ Normalization
Hi,
I have added support for Piv normalization in Tf-Idf weighting scheme as a
intermediate step to implementing the support for Piv+ normalization. All
tests pass.
But I'm running into some issues with Piv+ normalization. In the Piv+
formula , there are two parameters (s and delta) that control the weight
assigned. I think the way I'm serialising and unserialising these
parameters has
2016 Jul 29
2
Weighting Schemes: Implementing Piv+ Normalization
...t;>`
> isn't appropriate here (again, providing I've inferred the type of
> `ptr` correctly).
>
> > But tfidfweight3 test case is failing with remote backends :-
> >
> > $ ./runtest gdb ./apitest -v tfidfweight3
> >
> > Running test: tfidfweight3... SerialisationError: REMOTE:Bad encoded
> > double: short mantissa (context: remote:prog(../bin/xapian-progsrv
> -t300000
> > .glass/db=apitest_simpledata)
>
> You're deserialising something that wasn't serialised, or wasn't
> serialised properly.
>
> If I put 'xapian bad...
2011 Apr 21
1
Installing Search::xapian
...g blib/man3/Search::Xapian::NetworkError.3pm
Manifying blib/man3/Search::Xapian::NetworkTimeoutError.3pm
Manifying blib/man3/Search::Xapian::RangeError.3pm
Manifying blib/man3/Search::Xapian::BM25Weight.3pm
Manifying blib/man3/Search::Xapian::WritableDatabase.3pm
Manifying blib/man3/Search::Xapian::SerialisationError.3pm
Manifying blib/man3/Search::Xapian::DatabaseCreateError.3pm
Manifying blib/man3/Search::Xapian::UnimplementedError.3pm
Manifying blib/man3/Search::Xapian::InvalidArgumentError.3pm
Manifying blib/man3/Search::Xapian::DatabaseModifiedError.3pm
Manifying blib/man3/Search::Xapian::ValueIterator.3pm...