Hi Jörg You'll want to just use enable_star and one of min_prefix_len or min_infix_len set to 1 or higher. allow_star is deprecated (which isn't widely documented, so that's my fault). Although, your error message isn't something I've seen before, but could be related to that.
Worth a shot, anyway. -- Pat On 19/01/2009, at 5:35 AM, Jörg Battermann wrote: > > Hello there, > > Quick Q: I have the following combo defined in my config/sphinx.yml > file: > > enable_star: true > allow_star: true > > ... which results into this for rake ts:in after a rake ts:config : > > indexer --config /Users/joerg/Development/dw.se-backend/config/ > development.sphinx.conf --all --rotate > Sphinx 0.9.8-release (r1371) > Copyright (c) 2001-2008, Andrew Aksyonoff > > using config file '/Users/joerg/Development/dw.se-backend/config/ > development.sphinx.conf'... > indexing index 'user_core'... > ERROR: index 'user_core': infixes and morphology are enabled, > enable_star=0indexing index 'user_delta'... > ERROR: index 'user_delta': infixes and morphology are enabled, > enable_star=0distributed index 'user' can not be directly indexed; > skipping. > > > What exactly am I doing wrong here? > > > Cheers and thanks, > -J > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
