Tweak 'name: weight' to 'name: date' in example (#582)

Per 19e900a17e I've fixed the demo yaml for the default indices to include `name: date` rather than `name: weight`. Thanks!
This commit is contained in:
Peter Kappus 2018-08-29 15:27:52 +01:00 committed by Regis Philibert
parent 5ea938ad60
commit c2cb5d09b7

View File

@ -80,7 +80,7 @@ related:
indices:
- name: keywords
weight: 100
- name: weight
- name: date
weight: 10
```