Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Commit

Permalink
Added index.yaml file to build datastore indexes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Mar 22, 2012
1 parent e31d0dd commit c5ddfdd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.yaml
@@ -0,0 +1,20 @@
indexes:

- kind: AuthorMetric
properties:
- name: nature
- name: count
direction: desc
- kind: AuthorMetric
properties:
- name: nature
- name: count
- kind: RepoMetric
properties:
- name: nature
- name: count
direction: desc
- kind: RepoMetric
properties:
- name: nature
- name: count

0 comments on commit c5ddfdd

Please sign in to comment.