Displaying 20 results from an estimated 10000 matches similar to: "Xapian 1.4.10 released"
2010 Apr 15
1
Xapian 1.0.19 released
I've uploaded Xapian 1.0.19 (including Search::Xapian 1.0.19.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
QueryParser:
* Fix memory leak if Database throws an exception during parsing.
Flint backend:
* Updating positional information for a document optimised a little.
Search::Xapian:
* Wrap
2010 Jun 19
2
Xapian 1.0.21 released
I've uploaded Xapian 1.0.21 (including Search::Xapian 1.0.21.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
Xapian-core API:
* Xapian::Stem now recognises "nb" and "nn" as additional codes for the
Norwegian stemmer.
* Xapian::QueryParser now correctly parses a wildcarded term in between two
other
2010 Feb 15
3
Xapian 1.0.18 released
I've uploaded Xapian 1.0.18 (including Search::Xapian 1.0.18.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
QueryParser:
* Improve support for languages such as Burmese which use Unicode enclosing
mark and combining spacing mark characters.
Flint backend:
* When updating documents, don't update posting entries
2009 Apr 20
1
Xapian 1.0.12 released
I've uploaded Xapian 1.0.12 (including Search::Xapian 1.0.12.0), which
as usual you can download from:
http://xapian.org/download
Here are the SHA1 checksums of the released files:
fee5df9ce07c3aa16f2509a7373d48de468d9fc7 Search-Xapian-1.0.12.0.tar.gz
8a82b7e2139d2f50c95deae50b32f7bc88f63a8c xapian-bindings-1.0.12.tar.gz
963011408a77897d73da3f28e7aaabe2525e016f xapian-core-1.0.12.tar.gz
2005 Jan 14
0
Term prefixes (was: Xapian Feedback)
I wrote:
> I think it's a bug. Or at least QueryParser uses a rather delicate rule
> for when to add a ":" between the prefix and the term, which scriptindex
> doesn't implement. The rule is undocumented (except in the code) so
> it's arguable who is correct.
I've been looking at this some more.
We need some way to distinguish the term prefix from the term
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual
place:
http://www.xapian.org/download.php
This release mainly comprises bug fixes and performance improvements.
The "simple" examples (for both C++ and the bindings) have also been
overhauled and now use the QueryParser and TermGenerator classes, which
makes for simpler examples and should better reflect
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual
place:
http://www.xapian.org/download.php
This release mainly comprises bug fixes and performance improvements.
The "simple" examples (for both C++ and the bindings) have also been
overhauled and now use the QueryParser and TermGenerator classes, which
makes for simpler examples and should better reflect
2014 Oct 21
2
Xapian 1.2.19 released
I'm happy to be able to announce the release of Xapian 1.2.19, which
you can download from:
http://xapian.org/download
Since 1.2.16, release tarballs are compressed with xz instead of gzip,
as it provides much better compression, without being too slow to
decompress. (For now at least, Search::Xapian is still gzipped.)
We decided not to provide multiple formats for the downloads. The size
2010 Apr 28
1
Xapian 1.0.20 released
I've uploaded Xapian 1.0.20 (including Search::Xapian 1.0.20.0), which
as usual you can download from:
http://xapian.org/download
The most notable changes in this release are:
Xapian::MSet:
* Fix incorrect values reported by get_matches_estimated(),
get_matches_lower_bound(), and get_matches_upper_bound() in certain cases
when sorting and collapsing (ticket#464).
getopt-related build
2017 Jan 04
0
Formulating Advanced Queries with Xapian-Omega
On Thu, Dec 29, 2016 at 05:44:50PM +0100, Giulio Teslano wrote:
> a. What other types of extended wild card(s) options are there ?
>
> or is this still currently limited to these two characters '*?' ?
As I said, the branch "adds support for arbitrary glob-style wildcard
patterns (where * matches 0 or more characters and ? a single
2011 Dec 14
2
Xapian 1.2.8 released
I've uploaded Xapian 1.2.8 (including Search::Xapian 1.2.8.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.8
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2011 Jun 13
2
Xapian 1.2.6 released
I've uploaded Xapian 1.2.6 (including Search::Xapian 1.2.6.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.6
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2010 Oct 03
1
Xapian 1.0.22 released
I've uploaded Xapian 1.0.22 (including Search::Xapian 1.0.22.0), which
as usual you can download from:
http://xapian.org/download
The 1.0 branch is firmly in maintenance mode now. This release fixes some
minor bugs and improves portability a little.
The full lists of user-visible changes are linked to from here, and from the
"[news]" links on the download page:
2011 Apr 05
1
Xapian 1.2.5 released
I've uploaded Xapian 1.2.5 (including Search::Xapian 1.2.5.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.5
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2012 Mar 09
1
Xapian 1.2.9 released
I've uploaded Xapian 1.2.9 (including Search::Xapian 1.2.9.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.9
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2019 Mar 06
0
Xapian 1.4.11 released
Xapian 1.4.11 can now be downloaded from:
https://xapian.org/download
This release fixes some bugs and adds some minor optimisations.
The wiki has the usual summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.11
A big thanks to Matthieu Gautier and jb55 for helping to make this
release a reality.
I managed to miss off the thank you list from the 1.4.10
2012 May 10
2
Xapian 1.2.10 released
I've uploaded Xapian 1.2.10 (including Search::Xapian 1.2.10.0).
Unsurprisingly, you can download it from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter
2011 Jan 14
1
Xapian 1.0.23 released
I've uploaded Xapian 1.0.23 (including Search::Xapian 1.0.23.0), which
as usual you can download from:
http://xapian.org/download
This release fixes a few bugs and improves portability to Cygwin.
This will probably be the last release from the 1.0 series. 1.2.0 was
released 8.5 months ago, and we'll probably want to start a new
development series soon, so it's time to retire 1.0.
2011 Aug 12
0
Xapian 1.2.7 released
I've uploaded Xapian 1.2.7 (including Search::Xapian 1.2.7.0).
As usual you can download from:
http://xapian.org/download
You can read an overview of the release here:
http://trac.xapian.org/wiki/ReleaseOverview/1.2.7
The full lists of user-visible changes are linked to from there, and also
from the "[news]" links on the download page.
As always, if you encounter problems,
2015 Dec 30
0
Xapian 1.2.22 released
I've released Xapian 1.2.22 (including Search::Xapian 1.2.22.0), which
you can download from:
http://xapian.org/download
Since 1.2.16, release tarballs are compressed with xz instead of gzip,
as it provides much better compression, without being too slow to
decompress. (For now at least, Search::Xapian is still gzipped.)
We decided not to provide multiple formats for the downloads. The