In a word, "no". A field can have exactly one tokenizer, and there are
no conditional filters. You can copyField to multiple individual
fields and treat each one of those differently, i.e. copy from title
to title1, title2 etc. where each one has a different analysis chain.

Best,
Erick
On Thu, Dec 13, 2018 at 5:21 PM 유정인 <y100...@interpark.com> wrote:
>
> 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.
>
>
>

Reply via email to