Ah, that's good to know. I've been meaning to restructure the TS site
On 24/01/2009, at 12:14 AM, Anibal Cucco wrote:
> Hey Pat,
>
> Just to let you know that we found the problem. I was using Sphinx
> 0.9.8-release (r1371) and there's something wrong with the merge in
> that version. Upgraded to Sphinx 0.9.8.1-release (r1533) and the
> problem is gone.
>
> Thanks,
> Anibal
>
> On Mon, Jan 19, 2009 at 11:57 AM, Anibal Cucco
> <
aniba...@gmail.com> wrote:
> Thanks Pat, I'll continue trying and seeing if I can find out what's
> wrong. This is the define_index block:
>
> define_index do
> indexes [
submitter.name, submitter.email ], :as => :submitter
> indexes
forum.name, :as => :forum
> indexes posts.body, :as => :text
> indexes current_tags, :as => :tags
> indexes title
> indexes updated_at, :sortable => true
> has account_id, forum_id, is_public, organization_id, is_pinned,
> submitter_id, is_syndicated, updated_at
> set_property :delta => :datetime, :threshold => 15.minutes
> end
>
> -Anibal
>
>
>