yuuvis® RAD Q&A

0 votes
by (640 points)

We have cases where some object fields shouldn't be indexed so that users do not get too 'noisy' results in search.

One such usecase is instructions/description field which holds static/equal multi-line information for all objects on same type.

Question related to Enaio 3.36.

1 Answer

0 votes
by (19.6k points)

Hello Ingus,

it is not possible by any enaio configuration, sorry. But you can use the elasticsearch "update by query" feature as described here https://www.elastic.co/guide/en/elasticsearch/reference/6.3/docs-update-by-query.html and update the fields content in the elasticsearch index to an empty string after the object has been created (or modified).
Not really a recommended or clean solution but the only way to go if you really need to do it.

Regards
Nicolai

...