I'm working with thinking sphinx
define_index do
indexes to
indexes created_on
has created_on
end
now while searching on console
Emaildumps.search 5.day.ago,
:group_by => 'created_on',
:group_function => :day
now the error i get is
Sphinx Daemon returned error: index emaildumps_core: INTERNAL ERROR: incoming-schema mismatch (in=timestamp created_on:32@160, my=timestamp created_on:32@0)
it may be a dumb question but i'm a newbee at sphinx and i can't understand the fundamentals of indexing and searching in it
what am I doing wrong??
so please help me out.