diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-10 22:20:14 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-10 22:20:14 +0100 |
commit | ad04af4812bbdebe47ce58333cc48332197e61b1 (patch) | |
tree | cad2eaad18cb24cb13223826bdfcf069cbe69940 /tests/data/simple | |
parent | bc0989de6007876630bcd0c1db6b7c123bf1524a (diff) |
Open a lesana directory
Diffstat (limited to 'tests/data/simple')
-rw-r--r-- | tests/data/simple/schema.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/simple/schema.yaml b/tests/data/simple/schema.yaml new file mode 100644 index 0000000..177aa92 --- /dev/null +++ b/tests/data/simple/schema.yaml @@ -0,0 +1,12 @@ +name: "Simple lesana collection" +lang: 'english' +fields: + - name: name + type: string + index: free + - name: description + type: text + index: free + - name: position + type: string + index: facet |