Patrick, you're going to have to have min_infix_len or min_prefix_len to 1 to have a single letter (plus *) search work.
The smaller the numbers for either of those values are, the smaller your wildcarded searches can be, but the bigger your indexes get. Cheers -- Pat On 08/01/2009, at 3:28 AM, Canvas wrote: > > Hi Patric, > > Ignore the last post. I made a mistake there. The following is what I > have in my sphinx.yml, and it works fine for wildcard searching. > > development: > port: 3312 > mem_limit: 64M > > # enable wildcard searching > allow_star: 1 > min_infix_len: 3 > > bin_path: "/usr/local/bin" > pid_file: "tmp/pids/searchd.development.pid" > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
