From 72231250ed81e10d66bfe70701e64fa5fe50f712 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 15 Jun 2016 23:09:44 +0200 Subject: Publish --- config-model/src/test/examples/invalidngram1.sd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config-model/src/test/examples/invalidngram1.sd (limited to 'config-model/src/test/examples/invalidngram1.sd') diff --git a/config-model/src/test/examples/invalidngram1.sd b/config-model/src/test/examples/invalidngram1.sd new file mode 100644 index 00000000000..4d3295d89f5 --- /dev/null +++ b/config-model/src/test/examples/invalidngram1.sd @@ -0,0 +1,17 @@ +# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +search invalidngram1 { + + document invalidngram1 { + + field invalid type string { + indexing: index | summary + summary: dynamic + match { + text + gram-size:1 + } + } + + } + +} -- cgit v1.2.3