Hello I have a question about index schemas.
1) Can I do various analysis on one field? For example, you can analyze the 'title' field with multiple tokenizers, and merge the analysis into a single field. 2) You can collect multiple fields in one field using 'copyField' function. However, several fields have different data attributes (eg, category fields, text fields, etc.) _) At this time, I would like to analyze each field differently. Do you have these features in version 7.5? Is there any kind of shortcut to do these similar functions? Thank you for your advice.