2017-09-17 01:46:21 +05:30
|
|
|
message BackIndexTermsEntry {
|
|
|
|
required uint32 field = 1;
|
|
|
|
repeated string terms = 2;
|
2017-01-25 08:13:02 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
message BackIndexStoreEntry {
|
|
|
|
required uint32 field = 1;
|
|
|
|
repeated uint64 arrayPositions = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
message BackIndexRowValue {
|
2017-09-17 01:46:21 +05:30
|
|
|
repeated BackIndexTermsEntry termsEntries = 1;
|
2017-01-25 08:13:02 +05:30
|
|
|
repeated BackIndexStoreEntry storedEntries = 2;
|
|
|
|
}
|