Changeset 230

Show
Ignore:
Timestamp:
04/24/08 01:29:01 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

:complete_path field shouldn't be tokenized.

Files:

Legend:

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

    r229 r230  
    2222    # No need to re-create any field. 
    2323    return unless field_infos.fields.empty? 
    24     field_infos.add_field(:complete_path,      :store => :yes, :index => :yes
     24    field_infos.add_field(:complete_path,      :store => :yes, :index => :untokenized
    2525    field_infos.add_field(:content,            :store => :yes, :index => :yes) 
    2626    field_infos.add_field(:basename,           :store => :no,  :index => :yes, :boost => 1.5)