To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
02/18/08 20:36:04 (9 months ago)
Author:
jk
Message:

works except of multi and shared indexes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/app/models/shared_index2.rb

    r308 r318  
    11class SharedIndex2 < ActiveRecord::Base 
    2   acts_as_ferret( :fields       => { :name => { :store => :yes } },  
    3                   :single_index => true,  
    4                   :remote       => ENV['AAF_REMOTE'] == 'true',  
    5                   :raise_drb_errors => ENV['RAISE_DRB_ERRORS'] == 'true', 
    6                   :ferret => { :default_field => SharedIndex1::DEFAULT_FIELDS } ) 
     2  acts_as_ferret :index => 'shared' 
    73end 

To edit pages or tickets please login with username/password: aaf/aaf