You can customise the maximum number of values allowed in a filter - try adding 
this setting to your config/sphinx.yml file for each environment:

development:
  max_filter_values: 8192

Cheers

-- 
Pat

On 21/10/2011, at 11:29 AM, mohitnegi wrote:

> Hi,
> 
> My query is like
> 
> Profile.search_for_ids :without_ids=>array_of_ids, 
> :conditions=>condition_hash, :with=>query_hash, :limit=>10000
> 
> Now if the size of array array_of_ids increases by certain value, I am 
> getting an error.
> 
> Riddle::ResponseError (searchd error (status: 1): invalid attribute set 
> length 5298 (should be in 0..4096 range)):
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Thinking Sphinx" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/thinking-sphinx/-/iZPa37grnMQJ.
> 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