Changeset 229

Show
Ignore:
Timestamp:
04/23/08 13:48:52 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

date shouldn't be tokenized

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fake_drb_server/lib/picolena/templates/app/models/index_writer.rb

    r199 r229  
    2727    field_infos.add_field(:file,               :store => :no,  :index => :yes, :boost => 1.5) 
    2828    field_infos.add_field(:filetype,           :store => :no,  :index => :yes, :boost => 1.5) 
    29     field_infos.add_field(:date,               :store => :yes, :index => :yes
     29    field_infos.add_field(:date,               :store => :yes, :index => :untokenized
    3030    field_infos.add_field(:probably_unique_id, :store => :no,  :index => :yes) 
    3131    field_infos.add_field(:lang,               :store => :yes,  :index => :yes)