diff options
Diffstat (limited to 'tests/data/simple/schema.yaml')
-rw-r--r-- | tests/data/simple/schema.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/data/simple/schema.yaml b/tests/data/simple/schema.yaml deleted file mode 100644 index 177aa92..0000000 --- a/tests/data/simple/schema.yaml +++ /dev/null @@ -1,12 +0,0 @@ -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 |