Hi Aaron The syntax looks fine to me - can you provide the entire output when running the following: rake ts:configure --trace
-- Pat On 13/08/2011, at 3:51 AM, Aaron B. Russell wrote: > Hi Pat, thanks for getting back to me. It's probably not Lion specific but > figured I should mention that anyway. It's probably just affecting me all of > a sudden because I've started from scratch and blew away my previous > development.sphinx.conf. > > Here's my current sphinx.yml: > > defaults: &defaults > match_mode: extended2 > enable_star: 1 > min_prefix_len: 3 > auto_escape_characters: |-!@*<() > bin_path: /usr/local/bin/ > searchd_binary_name: searchd > > development: > mem_limit: 256m > searchd_file_path: /Users/arussell/Sites/projectname/db/sphinx > searchd_files: /Users/arussell/Sites/projectname/db/sphinx > config_file: > /Users/arussell/Sites/projectname/config/development.sphinx.conf > indexed_models: > - Article > - Blog > - BlogComment > - BlogEntry > - Coach > - Forum > - ForumCategory > - Playlist > - Podcast > - Podshow > - Post > - Series > - Topic > - User > - Video > - VideoFile > <<: *defaults > > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/thinking-sphinx/-/wdurhcPi_hUJ. > 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.
