Skip to content

Why not send JSON object on data event than a string which needs parsing? #35

@juzerali

Description

@juzerali
elasticSearchClient.index(indexName, objName, {'name':'name', id:"1111"})
                .on('data', function(data) { // <- why can't the data be a JSON object?

                })
                .exec();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions