We create an index with:
- two filters:
synonyms_expandandsynonyms_contract - two analyzers:
synonyms_expandandsynonyms_contract - three text fields:
text_1uses thesynonyms_expandanalyzer at index and search timetext_2uses thesynonyms_expandanalyzer at index time, but thestandardanalyzer at search timetext_3uses thesynonyms_contractanalyzer at index and search time
.