Skip to content

Commit

Permalink
Merge pull request elastic#245 from Robert-Weber/listRemovals
Browse files Browse the repository at this point in the history
need to be able to delete list entries
  • Loading branch information
weberr13 committed Dec 8, 2014
2 parents 1fa2067 + 332cc3c commit 11e5bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/ESDataMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ message ESData {
enum RequestType {
INSERT = 1;
UPDATE = 2;
DELETE = 3;
}
optional string indexName = 1;
optional string indexType = 2;
Expand Down

0 comments on commit 11e5bd4

Please sign in to comment.