Changeset 52

Show
Ignore:
Timestamp:
04/02/07 05:02:05
Author:
krys
Message:

Added upgrade details about the index directorydo the migration document.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • turbolucene/trunk/docs/migration_0.1_to_0.2.txt

    r48 r52  
    1919    turbolucene.search_fields = ['id', 'text', 'subject'] 
    2020 
    21 For simple English-only searching, that is the only change necessary. 
     21You will also have to delete and re-create your index directory, or move its 
     22contents to a sub-directory called ``en`` (i.e. ``index/en``). 
     23 
     24For simple English-only searching, these are the only changes necessary.