You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am stuck while defining the mapping for a field (files) type that is nested rather then Object.
I am looking into solution to define the files type = "nested" otherwise filter will not work.
As we are to define the mapping in json file and preprocessor pipeline - we are already creating Array Object [{}]
but how to denote "nested" - what differentiate object and nested in elastic search mapping in CrawlerData.
They must be some way in "node-mongodb-es-connector" plugin which help us do so.