Download Xapian / Omega 1.0.12

Spread the love

Xapian is an open source information retrieval library written in C++ and can be used as an engine behind a search engine. It includes a proprietary database format, APIs to edit and search these databases, tools to check the databases, and linking capabilities for other languages ​​such as Java, Ruby, PHP, and Python.

Omega is an application that can be used on top of Xapian as a search engine to search Xapian databases. Omega also includes some tools that can be used to populate databases with data. The Xapian Project development team has released version 1.0.12 of Xapian and Omega with the following announcement:

Release Overview for 1.0.12

This page contains a high level description of the more notable changes made for release 1.0.12. For full details of user-visible changes, see the NEWS files in each module:

See also the list of bug reports marked as fixed in 1.0.12.

API

  • WritableDatabase::remove_spelling() now works properly.
  • The QueryParser now treats NON_SPACING_MARK Unicode characters as phrase generators, which improves handling of Arabic. This is a stop-gap solution for 1.0.x which will work with existing databases without requiring reindexing – in 1.1.0, NON_SPACING_MARK will be regarded as part of a word. (#355)
  • Fix undefined behavior in distribution of OP_NEAR and OP_PHRASE over a non-leaf subquery (indentified by valgrind on testcase nearsubqueries1). (#349)
  • Enhance distribution of OP_NEAR/{{{OP_PHRASE}} over non-leaf subqueries to work when there are multiple non-leaf subqueries (#201).

Flint backend

  • Release the database lock if the database is closed due to an unrecoverable error during modifications. (#354)
  • If we fail to get the lock after we spawn the child lock process (the common case is because the database is already open for writing) then we now clean up the child process properly.

perl

  • Add handling of exceptions from Database::get_metadata() and methods of Inquire which might throw DatabaseModifiedError to address situation reported in #284.

Version number 1.0.12
Release status Final
Operating systems Windows 2000, Linux, BSD, Windows XP, macOS, OS/2, Solaris, UNIX, Windows Server 2003, Windows Vista, Windows Server 2008
Website The Xapian Project
Download
License type GPL
You might also like