Skip to content
Advertisement

Tag: elasticsearch

Extend JSON object by multiple JSON levels

trying to extend existing empty JSON object. After first 2 simple extends I will get {size: 10, from: 0}. But when trying $.extend function with multiple level JSON I have no success. But getting “Uncaught SyntaxError: missing ) after argument list” error. I believe overlooked something simple but I am not able to find it. Answer Thanks to @Barmar I

Elastic API doesn’t show all documents

i have elastic that i want to fetch the data from elastic with query, i have about 210 documents in the index, but when i tried to search with query match_all, the api only showing 7 documents and not all documents, is it possible to api showing all documents instead only show some documents. The query : The elastic API

Advertisement