I the Usr model I have the following index

  define_index do
    indexes first_name, :sortable => true
    indexes last_name, :sortable => true
    indexes city
    indexes state
    indexes country
    # indexes aid_work
    # indexes consultant
    # indexes home_climate_zones
    # indexes pdc_teacher
    # has show

    set_property :delta => true

    # indexes posts.created_at, :as => :posts
  end

I am getting this error:

index user_core,user_delta: query error: no field 'show' found in
schema

I rebuild the index but still getting that error. Any idea why?

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to