Commit fffd993ab36b1e31d7361b8d6d6dfa9eb71d2b80

Authored by conradverm
1 parent e23f22da

KTS-673

"The search algorithm needs some work"
Updated. Documentation is now on the wiki.

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7237 c91229c3-7414-0410-bfa2-8a42b809f60b
search2/docs/adminguide.txt
1 1 SEARCH2 Administrator Guide
2 2 ===========================
3 3  
4   -TODO: put this on the wiki.
  4 +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2
5 5  
6 6 Configuration
7 7 -------------
... ... @@ -46,6 +46,12 @@ Migration
46 46 Migrating to the new server requires that the content of the full text tables are extracted and inserted into the Lucene indexes.
47 47 This is done using the search2/indexing/bin/migrate.php script. (this feature can be heavy - care should be taken when implementing)
48 48  
  49 +Registering new extractors
  50 +--------------------------
  51 +
  52 +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
  53 +the correct mime types. Note that old associations will not be overwritten.
  54 +
49 55 Search Results Ranking
50 56 ----------------------
51 57  
... ...
search2/docs/architecture.txt
1 1 SEARCH2 ARCHITECTURE
2 2 ====================
3 3  
4   -TODO: put this on the wiki.
  4 +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2
5 5  
6 6 Introduction
7 7 ------------
... ...
search2/docs/extractors.txt
1 1 SEARCH2 - HOWTO WRITE AN EXTRACTOR
2 2 ==================================
3 3  
  4 +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2
  5 +
4 6 All extractors are located in the search2/indexing/extractors folder.
5 7  
6 8 Naming Convention
... ...
search2/docs/userguide.txt
1 1 SEARCH2 User Guide
2 2 ==================
3 3  
4   -TODO: put this on the wiki.
  4 +Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2
5 5  
6 6 The new search engine provides for more complicated search expressions than were possible in the past.
7 7  
... ...