DocSpace-buildtools/common/services/ASC.ElasticSearch/protos/SearchItem.proto

17 lines
272 B
Protocol Buffer
Raw Normal View History

2020-01-24 13:07:51 +00:00
syntax = "proto3";
package ASC.ElasticSearch;
2020-05-05 17:40:24 +00:00
message ClearIndexAction {
2020-01-24 13:07:51 +00:00
string Id = 1;
2020-05-05 17:40:24 +00:00
}
message ReIndexAction {
int32 Tenant = 1;
repeated string Names = 2;
2020-05-06 11:32:26 +00:00
}
message IndexAction {
string Indexing = 1;
int64 LastIndexed = 2;
2020-01-24 13:07:51 +00:00
}