Ignore:
Timestamp:
Jun 6, 2010, 12:11:11 AM (14 years ago)
Author:
gav
Message:

Start lucene mirroring and index after creating bootstrap data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Searchable.groovy

    r562 r571  
    124124     * If false, you must manage the index manually using index/unindex/reindex
    125125     */
    126     mirrorChanges = true
     126    mirrorChanges = false
    127127
    128128    /**
     
    137137     * which means do a non-forking, otherwise "fork" is recommended
    138138     */
    139     bulkIndexOnStartup = true
     139    bulkIndexOnStartup = false
    140140
    141141    /**
Note: See TracChangeset for help on using the changeset viewer.