xapian 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| xapian-7.x-1.1.tar.gz | 23.46 KB | b7fd23c3c14dd5e361e17bd577268095 |
| xapian-7.x-1.1.zip | 27.99 KB | 7ff878d8a608f2b9dba1d4f5279b5fcf |
Release notes
Changes since 7.x-1.0:
- minor typo
- Add documentation for php binding installation on Debian Squeeze.
- Improve default node indexing.
- Stripping CVS keywords
- minor: Remove CHANGELOG.txt as I am pretty bad maintaining it.
xapian 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xapian-7.x-1.x-dev.tar.gz | 23.48 KB | 8ee7e1b3a62c912f49a1e8daaae7138a |
| xapian-7.x-1.x-dev.zip | 28.02 KB | e1025ee44fbb4e804dc8e5476f5f11f9 |
Release notes
dev build
xapian 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-2.1.tar.gz | 18.23 KB | fbded68e6ef3b17d70c5e9f8f2b18be4 |
| xapian-6.x-2.1.zip | 20.7 KB | c9d7ea762d126f1dfd73a13acd784e96 |
Release notes
Changes since 6.x-2.0:
xapian 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| xapian-7.x-1.0.tar.gz | 22.28 KB | 4aa6c8f54d8832fd4c8ed2d013c49c4e |
| xapian-7.x-1.0.zip | 27.34 KB | 69fd9d115bf6774ae33f58e4c33838b9 |
Release notes
Changes since DRUPAL-7--1-0-RC1:
- minor: Better credits.
- task #1005908 by pillarsdotnet, marvil07: Better strings for the module.
- task #958360 by marvil07: Re-organize modules in the project and document the difference between both.
- feature #923752 by marvil07: Integrating with search_api().
This patch creates a new submodule search_api_xapian that implements a
search backend for the Search API[1].It provides two Search API servers: one for handling a local xapian
database and the other for handling a remote xapian database running by
xapian-tcpsrv. - task #958360 by marvil07: Re-organize modules in the project and document the difference between both.
- bug #1042704 by pillarsdotnet: Fix compatibility of xapian and search_api_xapian() hook_requirements() implementations.
- minor: Remove CHANGELOG.txt as I am pretty bad maintaining it.
xapian 7.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| xapian-7.x-1.0-rc1.tar.gz | 17.56 KB | c2f619a632e40ebf613ee758edea470a |
| xapian-7.x-1.0-rc1.zip | 20.67 KB | b88007f27e098db5bc8e35030b181cd4 |
Release notes
A straight port from 6.x-2.x working :-)
xapian 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-2.0.tar.gz | 17.64 KB | 5943db920753890cd60b326f30b8dfaf |
| xapian-6.x-2.0.zip | 20.67 KB | 510b645080cce3a6ff74f8be7c05b976 |
Release notes
Changes since DRUPAL-6--1-1:
- bug #675444 by marvil07: remove all variables on uninstall.
- Use results counter propertly.
- Move credits to a central place, the README.
Mainly for practical proposes. - Add docs about overwriting the way to index nodes.
- minor: be consistent with the way to get index status counters.
- Rebuild menu after changing xapian_takeover option.
- Show xapian options by default.
Make the fieldset not collapsed by default to better visibility, since
all sub-options are also collapsed. - minor: Remove no more used validation function.
- minor: more natural logic calculating pager_total.
- minor: Be explicit about the module features.
xapian 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-1.1.tar.gz | 17.05 KB | fb6a600542e831a5e944806ad94c5682 |
| xapian-6.x-1.1.zip | 19.25 KB | 167465a7b03899533880da4d3290338e |
Release notes
Changes since DRUPAL-6--1-0:
- bug #675444 by marvil07: remove all variables on uninstall.
- bug #690322 by marvil07: avoid non-standard sql function UNIX_TIMESTAMP
- Avoid not necessary counter variable.
- Avoid getting keywords when we already have them.
- #690316: Better option names
- by diegoe: avoid count(*), and do count(field_with_index) instead
- Remove no more used permission.
- task #651892: Improve documentation.
- Avoid reference to the no more used perl bindings(see #318087 for
details).
- Better README file using asciidoc an updating it.
xapian 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-2.x-dev.tar.gz | 19.91 KB | 1b1c4eb38dafa10a70b4c88356bfcd6a |
| xapian-6.x-2.x-dev.zip | 22.38 KB | 9171e756b75a0d51dcb74f9888a42f7b |
Release notes
A branch for new features
xapian 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-1.0.tar.gz | 17.21 KB | 3f6e3a256816a32dc84b2b2929572c0b |
| xapian-6.x-1.0.zip | 19.6 KB | 719ea83de00c6f4121d9a891cd3bde6a |
Release notes
A 6.x release, now there's no need to patch core, here come the list of changes:
Fixes and updates to Xapian courtesy of Trellon
Ability to exclude certain node types
Resolve bug with taxonomy not being set
Added seperate permission for xapian administration
by singularo: Fix problem when deleting comments with Drupal 6
by singularo: Stop foreach error when database is corrupt
feature #369059: Stemmer should be configurable: make stemming language configurable
bug #369085: Indexing can be permanently broken: respect "items to index per cron run" after OOM
bug #369050: node_load should avoid the static cache by : don't cache nodes in memory when indexing
by Jeremy: Port bug fixes from DRUPAL-5 branch. (The DRUPAL-6 branch was forked
from an earlier version of the code)
- add 'indexed' field to database
- ensure that no unpublished content is indexed
- validate that a recent enough version of the xapian bindings are installed
- add support for optional write-only database
by Jeremy: Get remote xapian databases properly working
by Jeremy: don't try and index excluded node types
by Jeremy: properly remove node type from index if already indexed then excluded
#380002: Update Xapian to use hooks rather than patching core by singularo, Jeremy: Use hooks rather than patching core
by marvil07: xapian on default search block
bug #564414: Error logging non-functional by Gerhard Killesreiter: Validate correctly after node_load() at
indexing
task #651886: make changelog a little bit more standard by marvil07: make changelog a little bit more standard
bug #651880: fix hook_requirements() by marvil07: fix hook_requirements()
task #652218: code review by marvil07:coder suggestions, doxygen and other minor fixes
bug #672672: add unique key to nid field by marvil07: update function to make xapian_index_queue.nid field unique.
xapian 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| xapian-5.x-1.1.tar.gz | 19.92 KB | d3eff2203cbc1be2074823f88aca1a04 |
| xapian-5.x-1.1.zip | 23.4 KB | cf2d6f574ac71e695d0e7b43dea0b549 |
Release notes
Two bug fixes:
- bug #369050: don't cache nodes in memory when indexing (allows the indexing of many more nodes in a single pass than before)
- bug #312876: fix permissions, to administer Xapian need 'administer search'
xapian 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xapian-6.x-1.x-dev.tar.gz | 17.22 KB | af97e18490cca28f3f6985ee3405afd1 |
| xapian-6.x-1.x-dev.zip | 19 KB | eaccc13b30fa0ed1384f5ed3e4e20aab |
Release notes
Drupal 6 version of the Xapian module
xapian 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| xapian-5.x-1.0.tar.gz | 19.84 KB | 5c91d741b10e863c9b5e74b253cfef0f |
| xapian-5.x-1.0.zip | 23.33 KB | 5aac04e39142b7782a64ef4bdb50cd2f |
Release notes
First official release of Xapian module for Drupal 5. Provides faster and more scalable searching than using Drupal's core search module.
xapian 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| xapian-5.x-1.x-dev.tar.gz | 20.44 KB | 501ce78542b1d5c244e6d86bb315ff34 |
| xapian-5.x-1.x-dev.zip | 23.17 KB | f59c5c39434d090a3c31d322d9233d58 |
Release notes
First downloadable release