Displaying 4 results from an estimated 4 matches for "unserialise_doubl".
Did you mean:
unserialise_double
2008 Sep 09
3
sort by value fails
hi all,
i want use sort_by_value to sort by "username".
so in the indexing process i add the value i want sort by as value
(lang is php)
$document->add_value(0, 'value');
when i sort i got all specialchars at the beginning
?
?
?
alf
the values be indexed as utf8.
what do i wrong? any suggestions?
regards,
sven
2016 Jul 28
2
Weighting Schemes: Implementing Piv+ Normalization
> Two of those are compile errors, suggesting you aren't pulling in the
> right header file (it's in common/serialise-double.h I believe).
Thanks, fixed those errors.
> I can't tell for sure without seeing the diff. You may mean just
> `ptr++`? But it could be something else, depending on what you're
> trying to do.
I'm trying to unserialise normalization
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?
Rega...
2016 Jul 29
2
Weighting Schemes: Implementing Piv+ Normalization
...perly.
>
> If I put 'xapian bad encoded double short mantissa' into Google, I get
> this page as the top result (it may be further down the page for you):
>
> https://xapian.org/docs/sourcedoc/html/serialise-double_8cc_source.html
>
> The error message is at line 173 of unserialise_double. I don't need
> to read the code to understand what the error is telling me, because
> mantissa is a common term when dealing with floating point numbers
> (again, Google is directly fairly helpful here).
>
> > I'm wondering if I need to introduce a new method in serialis...