aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/json/schema/analyzer.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/json/schema/analyzer.schema.json')
-rw-r--r--src/main/resources/json/schema/analyzer.schema.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/main/resources/json/schema/analyzer.schema.json b/src/main/resources/json/schema/analyzer.schema.json
deleted file mode 100644
index 7592ee9..0000000
--- a/src/main/resources/json/schema/analyzer.schema.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "title": "Analyzer",
- "description": "The analyzer aggregates a tokenizer and multiple filters to describe how an input stream should be indexed.",
- "type": "object",
- "properties": {
- "name": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "behaviours": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "tokenizer": {
- "type": "string"
- },
- "filters": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
-} \ No newline at end of file