Francesca Bitto

Results 3 comments of Francesca Bitto

yes, you can use addDocument like in the follow example ``` const json ={ "@type":"Person", "name":"Tom", "rival":{ "@type":"Person", "name":"Jerry" } } client.addDocument(json) ```

when a document can't be found the server return an empty string or an empty array if you add "as_list":true in the request parameters I think it is correct the...

we need a way to streaming the result when as_list is false