Field loss occurs when making a runtime field

IF agent(original) field exists, the copy field must also exist. However it often happens that there is an agent field but no copy field. Has anyone experienced the same problem?

Sometimes a keyword field is dropped because of the ignore_above parameter. I notice in the screen shot contains agent and not agent.keyword.

If the agent is longer than ignore_above, then agent.keyword will be empty and doc['agent.keyword'].size() will be zero, so no value will be emitted.

I recommend checking agent.keyword and ignore_above.

Wow thank you very much. After setting the ignore_above value of the agent.keyword field to 2560, the loss of value disappeared. Have a good day.:slight_smile:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.