From fffd993ab36b1e31d7361b8d6d6dfa9eb71d2b80 Mon Sep 17 00:00:00 2001 From: conradverm Date: Thu, 27 Sep 2007 14:40:06 +0000 Subject: [PATCH] KTS-673 "The search algorithm needs some work" Updated. Documentation is now on the wiki. --- search2/docs/adminguide.txt | 8 +++++++- search2/docs/architecture.txt | 2 +- search2/docs/extractors.txt | 2 ++ search2/docs/userguide.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/search2/docs/adminguide.txt b/search2/docs/adminguide.txt index 03a6160..09bc77a 100644 --- a/search2/docs/adminguide.txt +++ b/search2/docs/adminguide.txt @@ -1,7 +1,7 @@ SEARCH2 Administrator Guide =========================== -TODO: put this on the wiki. +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2 Configuration ------------- @@ -46,6 +46,12 @@ Migration Migrating to the new server requires that the content of the full text tables are extracted and inserted into the Lucene indexes. This is done using the search2/indexing/bin/migrate.php script. (this feature can be heavy - care should be taken when implementing) +Registering new extractors +-------------------------- + +If a new extractor has been added to the search2/indexing/extractors folder, the search2/indexing/bin/registerTypes.php script must be run to associate them with +the correct mime types. Note that old associations will not be overwritten. + Search Results Ranking ---------------------- diff --git a/search2/docs/architecture.txt b/search2/docs/architecture.txt index 4233861..482fb4c 100644 --- a/search2/docs/architecture.txt +++ b/search2/docs/architecture.txt @@ -1,7 +1,7 @@ SEARCH2 ARCHITECTURE ==================== -TODO: put this on the wiki. +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2 Introduction ------------ diff --git a/search2/docs/extractors.txt b/search2/docs/extractors.txt index 6c79d49..4adfc59 100644 --- a/search2/docs/extractors.txt +++ b/search2/docs/extractors.txt @@ -1,6 +1,8 @@ SEARCH2 - HOWTO WRITE AN EXTRACTOR ================================== +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2 + All extractors are located in the search2/indexing/extractors folder. Naming Convention diff --git a/search2/docs/userguide.txt b/search2/docs/userguide.txt index a935526..6fc327c 100644 --- a/search2/docs/userguide.txt +++ b/search2/docs/userguide.txt @@ -1,7 +1,7 @@ SEARCH2 User Guide ================== -TODO: put this on the wiki. +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2 The new search engine provides for more complicated search expressions than were possible in the past. -- libgit2 0.21.4