For example: I need to create the following search application
Have base thesaurus Uni.lib
Extended Thesaurus DictA.lib, DictB.lib, DictC.lib
Create an index
Index: indexa, corresponding thesaurus Uni.lib+dicta.lib
Index: INDEXB, corresponding thesaurus Uni.lib+dictb.lib
Index: INDEXC, corresponding thesaurus Uni.lib+dictc.lib
What I need to do to achieve the above application
Reply to discussion (solution)
Boss (@xuzuning) help!
Simply put, deploy 3 Sphinx services, and each sphinx has only one index. Each Sphinx service can use a different uni.lib
You are too complicated, the simpler way, in the configuration file, three indexes correspond to different participle paths, that is, corresponding to different uni.lib.
I would like to know if there is no simpler way, if you can use the combination of the way is not better, often the base thesaurus is not required to update, and the expansion of the thesaurus needs to be updated frequently ...