Hi Jochen

At this point in time, no you can't do this. I would like indexes to  
support multiple sources at least, but not sure what the best approach  
is at the moment. Sorry.

-- 
Pat

On 03/04/2009, at 2:28 AM, Jochen Kaechelin wrote:

>
> Can I create 2 indexes like:
>
> index product_core
> {
>   source = product_core_0
>   path = /home/deploy/dev.alleszumbacken.de/db/sphinx/production/
> product_core
>   # *************************
>   morphology = soundex
>   # *************************
>   stopwords = /SPHINX/stopwords.txt
>   wordforms = /SPHINX/wordforms.txt
>   charset_type = utf-8
>   charset_table = 0..9, A..Z->a..z, _, a..z, U+C4->U+E4, U+D6->U+F6, U
> +DC->U+FC, U+DF, U+E4, U+F6, U+FC
>   min_prefix_len = 3
>   enable_star = 1
> }
>
> index product_core
> {
>   source = product_core_0
>   path = /home/deploy/dev.alleszumbacken.de/db/sphinx/production/
> product_core
>   # *************************
>   morphology = libstemmer_german, stem_en
>   # *************************
>   stopwords = /SPHINX/stopwords.txt
>   wordforms = /SPHINX/wordforms.txt
>   charset_type = utf-8
>   charset_table = 0..9, A..Z->a..z, _, a..z, U+C4->U+E4, U+D6->U+F6, U
> +DC->U+FC, U+DF, U+E4, U+F6, U+FC
>   min_prefix_len = 3
>   enable_star = 1
> }
>
>
> and tell TS what index it should search for?
>
>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to