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