diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-11 21:06:26 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-11 21:06:26 +0100 |
commit | 277c063e32e52106956b570e5d965d663969c79f (patch) | |
tree | 319948df294f6800bc4f1fd4964625cdfcc3d7df /tests/data/wrong | |
parent | ad04af4812bbdebe47ce58333cc48332197e61b1 (diff) |
Load some data into xapian
Diffstat (limited to 'tests/data/wrong')
-rw-r--r-- | tests/data/wrong/schema.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/wrong/schema.yaml b/tests/data/wrong/schema.yaml new file mode 100644 index 0000000..56031e4 --- /dev/null +++ b/tests/data/wrong/schema.yaml @@ -0,0 +1,12 @@ +name: "Lesana collection with certain errors" +lang: 'somethingish' +fields: + - name: name + type: string + index: free + - name: description + type: text + index: free + - name: position + type: string + index: facet |