Because the stem_en and soundex morphology options return a surfeit of junk results, I would like them both to be disabled by default, but independently enablable at search time.
Am I correct in understanding that there is no way to specify these as options within the search query of a single index, but that instead, I need to create (and update) four separate indexes in order to provide this functionality? (One index with just stem_en enabled, one index with just soundex enabled, one index with both enabled, and one index with neither enabled?)
I am aware of the index_exact_words=1 index setting and the exact form modifier =, but I want to do the opposite: make the exact form the default search, but add semantic fuzziness as an option.