Thanks! somehow I missed the "set_property" capability in the docs...
-Matt On Oct 27, 6:33 pm, Pat Allan <[email protected]> wrote: > Hi Matt > > You should be able to set it on a per-index basis using the following in a > define_index block: > set_property :stopwords => 'path/to/file' > > Cheers > > -- > Pat > > On 28/10/2010, at 11:17 AM, Matt R wrote: > > > > > > > > > For my main search, I am using a stopwords file and it works well. > > However, I'm trying out an auto-complete style search box and for it > > to work correctly I need to NOT use a stopwords file. > > > I can't find a way to specify a custom stopwords file for each index > > without manually editing the sphinx config file. Seems like it is all > > or nothing... Is there a way in the define_index method to specify a > > custom stopwords file? > > > -Matt > > > -- > > 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 > > athttp://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.
