I'm writing a web app that processes documents with serial numbers. It's not unusual for these serial numbers to have long string of zeroes as a prefix which are significant for searching. After banging my head against the wall for a while a google search revealed that this was a known bug in sphinx and was fixed in 0.9.9-rc2. So I went ahead and installed the new version. But this doesn't solve my problem. I notice I'm getting the following warning every time I fire up any rake:ts command:
using config file '/home/gargo/patentsafari/config/ production.sphinx.conf'... WARNING: key 'address' is deprecated in config/production.sphinx.conf line 8; use 'listen' instead. WARNING: key 'port' is deprecated in config/production.sphinx.conf line 9; use 'listen' instead. Problem is my sphinx.yaml is empty so I'm not setting these deprecated variables. And when I try to use sphinx.yaml to set the listen variable it just gets ignored. So two questions: 1) has anyone got successfully used 0.9.9-rc2 to fix the leading zeroes bug 2) is there some way to circumvent the warning (and if not, is it affecting anything) ? Guy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
