Show
Ignore:
Timestamp:
10/07/07 13:06:01 (1 year ago)
Author:
francois
Message:

Finalizing Lucene integration

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/search.yml

    r9 r10  
    44  sfSimpleForumPost: 
    55    fields: 
    6       id:      unindexed 
    7       title:   { boost: 1.5, type: text } 
    8       content: text 
    9     description: content 
    10     title:       title 
     6      id:                 unindexed 
     7      title:              { boost: 1.5, type: text } 
     8      content:            text 
     9      creationTimestamp:  unindexed 
     10    description:          content 
     11    title:                title 
    1112index: 
    12   name:        sfSimpleForumIndex 
    13   encoding:    UTF-8 
    14   cultures:    [en] 
     13  name:                   sfSimpleForumIndex 
     14  encoding:               UTF-8 
     15  cultures:               [en] 
    1516