Hi Robert

How are you setting SPH_MAX_FIELDS? And what are the search queries you're 
running?

A work-around could be to use multiple sources:

    define_index do
      define_source do
        # ...
      end
      
      define_source do
        # ...
      end
    end

You can also use multiple indices in a model - provided you give each index a 
name:

    define_index 'foo' do
      #
    end

Pat

On 01/09/2011, at 3:42 AM, rbjarnason wrote:

> Hi,
> 
> Is there a way to user more than 32 indexes fields with Sphinx 0.9.9?
> This is used for a rather complex geoblocking feature where each of
> those fields has a string defining all sort of accesses.
> 
> I've raised the SPH_MAX_FIELDS parameters to 42, also tried 64 -
> everything seems to index smoothly but searches result in no searches.
> Are there any limitations in Thinking Sphinx client side for this? I'm
> using version 1.3.20.
> 
> Best regards,
> Robert
> 
> -- 
> 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.
> 

-- 
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