Changeset 52
- Timestamp:
- 04/02/07 05:02:05
- Files:
-
- turbolucene/trunk/docs/migration_0.1_to_0.2.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
turbolucene/trunk/docs/migration_0.1_to_0.2.txt
r48 r52 19 19 turbolucene.search_fields = ['id', 'text', 'subject'] 20 20 21 For simple English-only searching, that is the only change necessary. 21 You will also have to delete and re-create your index directory, or move its 22 contents to a sub-directory called ``en`` (i.e. ``index/en``). 23 24 For simple English-only searching, these are the only changes necessary.
