/[drupal]/contributions/modules/xapian/xapian.module
ViewVC logotype

Log of /contributions/modules/xapian/xapian.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.10.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 07:54:06 2009 UTC (2 days, 14 hours ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.10.2.16: +6 -6 lines
Diff to previous 1.10.2.16 , to branch point 1.10
#564414 by Gerhard Killesreiter: Validate correctly after node_load() at indexing.

Revision 1.10.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 07:08:05 2009 UTC (2 days, 15 hours ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.10.2.15: +2 -2 lines
Diff to previous 1.10.2.15 , to branch point 1.10
xapian on default search block

let default search block use xapian if xapian_takeover is active, by
adding search_block_form id to form_alter

Revision 1.10.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 07:07:38 2009 UTC (2 days, 15 hours ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.10.2.14: +12 -10 lines
Diff to previous 1.10.2.14 , to branch point 1.10
minor: re-format results

follow hook_search example on http://api.drupal.org/api/function/hook_search/6

Revision 1.10.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 25 07:06:58 2009 UTC (2 days, 15 hours ago) by marvil07
Branch: DRUPAL-6--1
Changes since 1.10.2.13: +198 -158 lines
Diff to previous 1.10.2.13 , to branch point 1.10
#380002 by singularo, Jeremy: Use hooks rather than patching core.

- avoid patching core
  - no more need to use the patch, so remove the patch for 6 and update
  README

Revision 1.10.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 14:18:07 2009 UTC (7 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.12: +3 -7 lines
Diff to previous 1.10.2.12 , to branch point 1.10
properly remove node type from index if already indexed then excluded

Revision 1.10.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 14:00:58 2009 UTC (7 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.11: +1 -2 lines
Diff to previous 1.10.2.11 , to branch point 1.10
remove debug output

Revision 1.10.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 14:00:31 2009 UTC (7 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.10: +8 -3 lines
Diff to previous 1.10.2.10 , to branch point 1.10
don't try and index excluded node types

Revision 1.10.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 13:44:39 2009 UTC (7 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.9: +36 -27 lines
Diff to previous 1.10.2.9 , to branch point 1.10
Get remote xapian databases properly working.

Revision 1.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 1 13:12:42 2009 UTC (7 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.8: +67 -24 lines
Diff to previous 1.10.2.8 , to branch point 1.10
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

Revision 1.6.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 18:30:34 2009 UTC (9 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.6.2.9: +2 -2 lines
Diff to previous 1.6.2.9 , to branch point 1.6 , to next main 1.10
Febuary 6, 2009:
 - bug #369050: don't cache nodes in memory when indexing

Revision 1.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 18:27:05 2009 UTC (9 months, 2 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.7: +5 -3 lines
Diff to previous 1.10.2.7 , to branch point 1.10
Bug #369050: don't cache nodes in memory when indexing

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 23:37:27 2009 UTC (9 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.6: +32 -4 lines
Diff to previous 1.10.2.6 , to branch point 1.10
Feature #369059: make stemming language configurable

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 23:10:50 2009 UTC (9 months, 3 weeks ago) by jeremy
Branch: DRUPAL-6--1
Changes since 1.10.2.5: +37 -38 lines
Diff to previous 1.10.2.5 , to branch point 1.10
Bug #369050: don't statically cache nodes when indexing.

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 14:24:13 2009 UTC (9 months, 3 weeks ago) by simon
Branch: DRUPAL-6--1
Changes since 1.10.2.4: +3 -3 lines
Diff to previous 1.10.2.4 , to branch point 1.10
Stop foreach error when database is corrupt

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 00:18:39 2009 UTC (10 months, 1 week ago) by simon
Branch: DRUPAL-6--1
Changes since 1.10.2.3: +9 -2 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Fix problem when deleting comments with Drupal 6

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 06:16:10 2009 UTC (10 months, 2 weeks ago) by simon
Branch: DRUPAL-6--1
Changes since 1.10.2.2: +99 -38 lines
Diff to previous 1.10.2.2 , to branch point 1.10
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

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 05:24:45 2008 UTC (12 months, 1 week ago) by simon
Branch: DRUPAL-6--1
Changes since 1.10.2.1: +824 -0 lines
Diff to previous 1.10.2.1 , to branch point 1.10
Initial port for Drupal 6

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 24 19:06:37 2008 UTC (14 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.8: +1 -1 lines
Diff to previous 1.6.2.8 , to branch point 1.6
 - bug #312876: fix permissions, to administer Xapian need 'administer search'

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 13:43:07 2008 UTC (14 months, 1 week ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.6.2.7: +12 -6 lines
Diff to previous 1.6.2.7 , to branch point 1.6
 - bug #309368: remove node from index if unpublished during update

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 13:40:31 2008 UTC (16 months, 1 week ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.6: +58 -18 lines
Diff to previous 1.6.2.6 , to branch point 1.6
 - bug #282855: support separate read and write databases
 - initialize static $database/$writable_database variables before using them
 - add additional debug info when Xapian query fails

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 20:11:44 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.5: +1 -1 lines
Diff to previous 1.6.2.5 , to branch point 1.6
bug #279984: do not index unpublished nodes

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 20:05:23 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.4: +13 -17 lines
Diff to previous 1.6.2.4 , to branch point 1.6
bug #280003: gracefully handle invalid nodes if added to index queue

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 16:27:57 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.3: +55 -33 lines
Diff to previous 1.6.2.3 , to branch point 1.6
 - bug #278820: properly invoke xapian api when connecting to remote database
 - add XAPIAN_LOCAL and XAPIAN_REMOTE defines to make code more readable

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 12:45:50 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.2: +6 -1 lines
Diff to previous 1.6.2.2 , to branch point 1.6
 - bug #275419: 'delete' in comment api passes an object, handle appropriately

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 24 16:52:21 2008 UTC (17 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6.2.1: +9 -1 lines
Diff to previous 1.6.2.1 , to branch point 1.6
bug #:257363 Validate minimum requirements for Xapian bindings.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 22 14:13:57 2008 UTC (17 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.6: +70 -30 lines
Diff to previous 1.6
Pulling changes into 5.x tree.
 - introduce 'indexed' row, so when retrying to index failed nodes we don't
   randomly hit the same redirect multiple times and waste time.
 - cleanup indexes per new simple queries

Revision 1.10.2.1
Wed Jun 18 22:01:55 2008 UTC (17 months, 1 week ago) by simon
Branch: DRUPAL-6--1
Changes since 1.10: +0 -828 lines
FILE REMOVED
file xapian.module was added on branch DRUPAL-6--1 on 2008-11-17 05:24:45 +0000

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 22:01:55 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.9: +38 -11 lines
Diff to previous 1.9
 - cleanup _uninstall() hook, removing all variables
 - add new status column to make indexing transactional
 - use new status column to re-index nodes when we fail to flush them to disk
   and to avoid re-indexing the same un-indexable node over and over.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 20:43:58 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Remove a couple more references to "Reindexing" when we're just indexing.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 20:35:24 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Fix typo, 500 was listed twice, was supposed to be 50 the first time.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 20:21:17 2008 UTC (17 months, 1 week ago) by jeremy
Branch: MAIN
Changes since 1.6: +33 -24 lines
Diff to previous 1.6
 - rename "reindex" to "index" throughout code and database
   (except where we are explicitly re-indexing)
 - update table definition to match core coding standards
 - introduce 'nid' index for optimal _cron performance
 - bug #272140: flush nids from index_queue as we index them instead of after
   (otherwise a drupal_goto can cause us to fail indexing the same node over
   and over...)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 2 01:37:56 2008 UTC (17 months, 3 weeks ago) by simon
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.5: +186 -180 lines
Diff to previous 1.5
#265351 by jeremy@kerneltrap.org
Lots of patches grouped together

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 11:17:07 2008 UTC (17 months, 3 weeks ago) by simon
Branch: MAIN
Changes since 1.4: +44 -3 lines
Diff to previous 1.4
Added code to utilise term and node type selection, only using basic or/and so far.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 10:24:08 2008 UTC (17 months, 3 weeks ago) by simon
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3
Added filtering by node type

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 1 08:25:27 2008 UTC (17 months, 3 weeks ago) by simon
Branch: MAIN
Changes since 1.2: +22 -9 lines
Diff to previous 1.2
Patch for #257354 by jeremy@kerneltrap.org
Solves slow indexing issue

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 00:53:19 2008 UTC (18 months, 2 weeks ago) by simon
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
Fixing some small changes found when using on a shared table installation

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 10:47:39 2008 UTC (18 months, 2 weeks ago) by simon
Branch: MAIN
Initial commit of xapian module
Created by LachlanGunn: Proof of concept and development for faster views integrated searches
Updated by Singularo: Converted to fully php based indexer, added core drupal patch and made ready for committing to CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2