Log of /contributions/modules/xapian/xapian.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 1 13:12:42 2009 UTC
(7 months, 4 weeks ago)
by
jeremy
Branch:
DRUPAL-6--1
Changes since
1.4.2.2: +37 -3 lines
Diff to
previous 1.4.2.2
, to
branch point 1.4
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.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 22 14:13:57 2008 UTC
(17 months, 1 week ago)
by
jeremy
Branch:
DRUPAL-5
Changes since
1.1: +101 -21 lines
Diff to
previous 1.1
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.4.2.1
Wed Jun 18 22:05:06 2008 UTC
(17 months, 1 week ago)
by
simon
Branch:
DRUPAL-6--1
Changes since
1.4: +0 -90 lines
FILE REMOVED
file xapian.install was added on branch DRUPAL-6--1 on 2008-11-17 05:24:45 +0000
Revision
1.3 -
(
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
Changes since
1.2: +33 -9 lines
Diff to
previous 1.2
- 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.2 -
(
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.1: +44 -13 lines
Diff to
previous 1.1
- 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.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
Branch point for:
DRUPAL-5
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.