Pat Allan wrote: > Hi Thuva > > You're general approach is spot on - but the problem is Sphinx itself > does not handle multiple-value-attributes with floats, only integers, > so it's not going to handle those columns as it should. In short, I'm > not sure how you can get the result you want. > Remember that location is really about the combination of lat/long (i.e. in a pair of coordinates). It would seem to me that the only way you're going to get what you want is to actually create an index on Location that indexes based on the lat/long and then also the content of the Business properties. You would likely then have to separate searches into location-driven (using Location.search) or business-driven (using Business.search).
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
