I am beginner in real time indexing can you please help me?

*In active record* I have written in this way and its working.
*Reading*

 indexes user_id
 indexes blood_sugar_test_duration

 has date_of_reading
 has "systolic_bp IS NOT NULL",:as => :systolic_bp,:type=>:boolean

*In real time *

*Reading*

 indexes user_id
 indexes blood_sugar_test_duration
 has systolic_bp, :type=>:string
 has systolic_bp.nil?, :as => :systolic_bp_nil, :type => :boolean

It is giving me error Unknown column systolic_bp

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx.
For more options, visit https://groups.google.com/d/optout.

Reply via email to