summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/fieldlength/fieldlength.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/fieldlength/fieldlength.sd')
-rw-r--r--config-model/src/test/derived/fieldlength/fieldlength.sd73
1 files changed, 0 insertions, 73 deletions
diff --git a/config-model/src/test/derived/fieldlength/fieldlength.sd b/config-model/src/test/derived/fieldlength/fieldlength.sd
deleted file mode 100644
index 92606e87114..00000000000
--- a/config-model/src/test/derived/fieldlength/fieldlength.sd
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search fieldlength {
-
- document fieldlength {
-
- field artist type string {
- indexing: summary | index
- # index-to: default
- }
-
- field title type string {
- indexing: summary | index
- # index-to: default
- }
-
- field song type string {
- indexing: summary | index
- # index-to: all, song
- }
-
- field album type string {
- indexing: summary | index
- # index-to: all, album, all2
- }
-
- field composer type string {
- indexing: summary | index
- # index-to: all, composer, all2
- }
-
- field label type string {
- indexing: summary | index
- }
-
- field year type int {
- indexing: summary | attribute
- }
-
- }
-
- rank-profile default {
- first-phase {
- expression: classicRank
- }
- second-phase {
- expression: if(3>2,4,2)
- rerank-count: 10
- }
- rank-features: attribute(baz).out sum(value(3))
- rank-features: classicRank
- ignore-default-rank-features
-
- rank-properties {
- foo: "bar, baz"
- qux: "quux"
- foo: "foobar"
- }
-
- }
-
- rank-profile static {
- first-phase {
- expression: attribute
- }
- second-phase {
- expression: file:../rankexpression/rankexpression
- }
- summary-features: sum(value(1),value(2))
- }
-
-}
-
-