Found a way to do this. In indexes of models that do not have such an attribute, you can create a mannequin:
has "0", :type => :integer, :as => :the_attribute_name
Then, when performing a search throughout the program:
@results = ThinkingSphinx.search(@search_term,
:with => {:the_attribute_name => [@the_attribute_value, 0]}
)
Btw, , , .
, (, 9999999).
, .