本站源代码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

15 lines
315B

  1. message BackIndexTermsEntry {
  2. required uint32 field = 1;
  3. repeated string terms = 2;
  4. }
  5. message BackIndexStoreEntry {
  6. required uint32 field = 1;
  7. repeated uint64 arrayPositions = 2;
  8. }
  9. message BackIndexRowValue {
  10. repeated BackIndexTermsEntry termsEntries = 1;
  11. repeated BackIndexStoreEntry storedEntries = 2;
  12. }
上海开阖软件有限公司 沪ICP备12045867号-1