Displaying 4 results from an estimated 4 matches for "xapian_at_least".
2018 Sep 19
2
Couldn't detect type of database
...-- 1 jwl jwl 0 Aug 28 23:44 flintlock
I know that I was using 1.4.1 before, so I reinstalled that version and
now delve decided that the db was OK, however when I went to install
Xapia./XS/WritableDatabase.xs:30:47: error: missing binary operator
before token "("
#if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
^
./XS/QueryParser.xs:54:47: error: missing binary operator before token "("
#if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
n::Search from cpan, it gave me errors.
I guess I'll have to...
2018 Sep 20
1
Couldn't detect type of database
...>
>> I know that I was using 1.4.1 before, so I reinstalled that version and now
>> delve decided that the db was OK, however when I went to install
>> Xapia./XS/WritableDatabase.xs:30:47: error: missing binary operator before
>> token "("
>> #if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
>> ^
>> ./XS/QueryParser.xs:54:47: error: missing binary operator before token "("
>> #if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
>> n::Search from cpan, it gave m...
2018 Sep 19
0
Couldn't detect type of database
...n-check current.1".
> I know that I was using 1.4.1 before, so I reinstalled that version and now
> delve decided that the db was OK, however when I went to install
> Xapia./XS/WritableDatabase.xs:30:47: error: missing binary operator before
> token "("
> #if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
> ^
> ./XS/QueryParser.xs:54:47: error: missing binary operator before token "("
> #if defined XAPIAN_AT_LEAST && XAPIAN_AT_LEAST(1,5,0)
> n::Search from cpan, it gave me errors.
Unfortu...
2020 Nov 16
4
set_max_expansion in perl-bindings?
Hi,
I've just noticed that set_max_wildcard_expansion() has been removed in
favour of set_max_expansion() in Xapian.
Has the new method been added to the Perl-bindings?
We have some old Perl code that uses set_max_wildcard_expansion(), and I
have a test of too large expansion that now returns "something terrible
happened" instead of"Exception: Wildcard ... expands too much