uni-stat-pages.index.json 390 B

123456789101112131415161718
  1. [
  2. {
  3. "IndexName": "index_search_page",
  4. "MgoKeySchema": {
  5. "MgoIndexKeys": [
  6. {
  7. "Name": "appid",
  8. "Direction": "1"
  9. },
  10. {
  11. "Name": "path",
  12. "Direction": "1"
  13. }
  14. ],
  15. "MgoIsUnique": true
  16. }
  17. }
  18. ]