Displaying 20 results from an estimated 11000 matches similar to: "Release plans"
2023 Mar 08
1
Release plans
Olly Betts <olly at survex.com> wrote:
> The current plan for the next release series includes relicensing
> the C++ libxapian library in xapian-core as MPL. The remaining
> blockers for this are:
>
> * adding update support to the new honey backend (to replace glass)
Just wondering if there's docs on what improvements users can
expect from honey. Mainly smaller size?
2020 Jan 09
0
Relicensing Xapian
This is an update on the current status of the relicensing, but also an
opportunity to give feedback. Sorry it's rather long, but I think it's
necessary to summarise the situation - there are probably list members
who weren't even born at the start of the history of this!
Xapian is currently licensed as GPLv2+, but isn't something we actually
chose for Xapian, but rather due to a
2018 Mar 20
2
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 06:30:07PM +0000, Olly Betts wrote:
> https://lists.xapian.org/pipermail/xapian-discuss/2018-January/009585.html
Related to this, the appveyor build is currently failing on git master.
Unfortunately the change at which is started to fail was the addition
of the new "honey" backend, which doesn't narrow things down to a
useful degree.
I've checked over
2019 Jul 26
3
Revisiting the PHP binding license issues
Hello,
I would like to see Xapian used more widely in the PHP community. The major
obstacle is that binaries of the PHP extension cannot be distributed. I've
been reading earlier discussions on this and wonder if there's now an
option.
My starting points were
https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package and the
discussion at https://trac.xapian.org/ticket/191.
One comment
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
2019 Jun 14
2
Text-Extraction Libraries for Omindex
This is a list with some libraries that I have been looking at.
The idea is to discuss the advantages and disadvantages of adding some of
these libraries to Xapian.
If anyone knows another library that could be add to the list it would be
great!
Libfreexl:
* For Excel (.xls)
* Last release: 2018-02
* Info: gaia-gis.it/fossil/freexl/index
* License: MPL tri-license
2018 Apr 03
3
how to build 64bit xapian using MSVC2017?
hi, Olly Betts,
Thank you for you answer.
My xapian version is 1.2.8.
Need I upgrade it to 1.4 if I want to build it with MSVC2017 x64?
lishu at fiberhome.com
From: Olly Betts
Date: 2018-03-29 11:10
To: 李澍; xapian-discuss
Subject: Re: how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 08:28:24PM +0000, Olly Betts wrote:
> Related to this, the appveyor build is
2020 Aug 23
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote:
> On Fri, Aug 21, 2020 at 09:06:59AM +0000, Eric Wong wrote:
> > Going back to the "prioritizing aggregated DBs" thread from
> > February 2020, I've got 390 Xapian shards for 130 public inboxes
> > I want to search against(*). There's more on the horizon (we're
> > expecting tens of thousands of public
2018 Mar 29
0
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 08:28:24PM +0000, Olly Betts wrote:
> Related to this, the appveyor build is currently failing on git master.
> Unfortunately the change at which is started to fail was the addition
> of the new "honey" backend, which doesn't narrow things down to a
> useful degree.
I've disabled honey in these builds for now. This really needs to be
2016 Apr 12
2
Xapian 1.3.5 snapshot performance and index size
Olly Betts writes:
> On Mon, Apr 11, 2016 at 09:54:36AM +0200, Jean-Francois Dockes wrote:
> > The question which remains for me is if I should run xapian-compact
> > after an initial indexing operation. I guess that this depends on the
> > amount of expected updates and that there is no easy answer ?
>
> I think it's not obvious whether it's a good plan
2019 Nov 21
2
How to make xapian run in hadoop
Hi all,
We use xapian as the backend of our system. Now the data need be indexed ever-increasing, and the local mode is hard to maintain, so we plan to move the index builder to hadoop. We try to make xapian can be run in hadoop, and now met a problem that there are many seek operations when xapian writes the index files, but the method seek() in hadoop c api only support read, and we blocked by
2016 Jun 20
1
Compilation problem with a few configure option
$ c++ --version
c++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
On 20.06.2016 21:55, Kevin Duraj wrote:
> Emmanuel,
> Which version of C++ compiler are you using?
>
> $ c++ --version
> c++ (GCC) 4.9.3
> Copyright (C) 2015 Free Software Foundation, Inc.
>
> -Kevin
>
>
> On Mon, Jun 20, 2016 at 6:58 AM, Emmanuel Engelhart <kelson at kiwix.org
> <mailto:kelson
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All,
I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached
error (undefined reference to `exp10'). I think it might be missing an
explicit link to 'm'. I'm not able to fix this myself as I do not
know autotools sufficiently well, but I hope you might be able to help.
Cheers,
Mario Emmenlauer
--
BioDataAnalysis GmbH, Mario Emmenlauer Tel.
2014 Feb 13
2
回复: A beginner in "Posting list encoding improvements"
I think what i did is the same with you except i use make rather than make -sj8, and I did as root.
And I do as you wrote again:
root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# ./configure
[...]
root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# make -sj8
Making all in .
Making all in docs
Making all in tests
root at
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On Wed, Feb 12, 2014 at 10:32:03PM +0800, Hurricane Tong wrote:
> I seem to run into some trouble.
> I succeeded in building the source code of Xapian in ubuntu,
> but when I write a demo c++ application
>
> [snip]
> I can't get it built.
>
>
> hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/local/lib -lxapian-1.3 BuildIndexDemo.cpp
Hmmm,
2018 Mar 30
2
sorting large msets
Hello, is there a way to optimize sorting by certain values
for queries which return a huge amount of results?
For example, I just want a simple query that gives me the 200
most recent emails out of millions. The elapsed time for
get_mset increases as the number of documents ($n * 2000)
increases.
I suppose I could store a pre-sorted set using SQLite or
similar. Thanks in advance for any
2011 Mar 03
1
Question about license of Perl module Search::Xapian
Hi,
The Perl module Search::Xapian's README file ends with these lines:
=====================================================================
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=====================================================================
(http://cpansearch.perl.org/src/OLLY/Search-Xapian-1.2.4.0/README)
But
2005 Sep 12
2
Compiling xapian-bindings-0.9.2 on OpenBSD 3.7
Hello,
Compiling xapian-core-0.9.2 worked fine, and make check reported that the tests ran without problems (although it skipped some near the end). Now I'm trying to compile xapian-bindings-0.9.2 on OpenBSD 3.7 but have run into a problem. After hours of searching the net I haven't found a solution.
For reference gcc -v gives the following output:
Configured with:
Thread model: single
2006 Jan 13
1
xapian-config --libs outputs libstdc++.la as a dependency
Hello,
I am hearing of users having trouble linking with libxapian (on slackware
and gentoo systems, and 0.9.2 I think), and I am not too sure where the
problem comes from, or what the correct solution could be, so I am just
asking here in case someone has a quick answer.
What happens is that "xapian-config --libs" outputs libstdc++.la in the
list of libraries. Something like:
2014 Feb 13
2
A beginner in "Posting list encoding improvements"
I uninstall xapian1.3 and install xapian-1.2.17
but i still failed
hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` demo2.cc
/tmp/cc2wsfDJ.o: In function `main':
demo2.cc:(.text+0x4a): undefined reference to `Xapian::WritableDatabase::WritableDatabase(std::basic_string<char, std::char_traits<char>, std::allocator<char> >