Very well indeed! Sphinx 1.10-beta includes all sorts of other goodies worth exploring. Just to name a few:
- dist_thread directive: parallel searching in distributed local index without network overhead using threads. - sql_attr_string: store auxiliary strings in the index, accessible later from Sphinx results set without additional SQL query. - sql_joined_field: Run a separate query when indexing and concatenate the results for each document into one field. (Alternative to GROUP_CONCAT, similar to MVA) Full list is on http://sphinxsearch.com/docs/current.html#rel110 On Wed, Jul 21, 2010 at 09:45, Pat Allan <[email protected]> wrote: > Indeed - I'll be investigating indepth as soon as I get some spare time. > > -- > Pat > > On 20/07/2010, at 7:29 AM, mabed wrote: > > > Should be cool to see Thinking Sphinx support this major update > > http://sphinxsearch.com/docs/current.html#rt-indexes > > > > -- > > 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]<thinking-sphinx%[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]<thinking-sphinx%[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.
