Chromium Code Reviews| Index: appengine/findit/index.yaml |
| diff --git a/appengine/findit/index.yaml b/appengine/findit/index.yaml |
| index 94a966d39824c1836fa8373d6ec3e34df09b5e8f..ed785bbebfb00bf393e1238418331b01acb4470e 100644 |
| --- a/appengine/findit/index.yaml |
| +++ b/appengine/findit/index.yaml |
| @@ -15,6 +15,17 @@ indexes: |
| - name: created_time |
| direction: desc |
| +- kind: WfSuspectedCL |
| + properties: |
| + - name: status |
| + direction: asc |
| + - name: approaches |
|
stgao
2016/09/23 06:12:33
qq: what's the use case to index a list of approac
stgao
2016/09/23 16:47:23
Will the order of items in the list matter? Has th
chanli
2016/09/23 16:53:28
approaches is repeated property. I need this index
|
| + direction: asc |
| + - name: failure_type |
| + direction: asc |
| + - name: updated_time |
| + direction: desc |
| + |
| # For fracas crash dashboard. |
| - kind: FracasCrashAnalysis |
| properties: |