Hi Raphael

How long did an index take without that field? And how long does it take when 
you add it? Do you have a database index on the entry_id column in the 
entry_values table?

Cheers

-- 
Pat

On 14/07/2010, at 12:52 PM, Raphael wrote:

> Hi,
> 
> I have a entry that has many entry_values...
> 
> And i need to get Entries that has a entry_values.value_string for
> example.
> 
> Entry.rb
> 
>  define_index do
>    indexes entry_values.value_string, :as => :entry_value_string
>  end
> 
> But that solution take so long to index in compare to index
> entry_value fields...
> 
> Is correct to use like that? or How can i return a Entry in a
> EntryValue.search ?
> 
> Thanks in Advance,
> Raphael Costa
> 
> -- 
> 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