summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/documentderiver/newsarticle.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/documentderiver/newsarticle.sd')
-rw-r--r--config-model/src/test/derived/documentderiver/newsarticle.sd126
1 files changed, 0 insertions, 126 deletions
diff --git a/config-model/src/test/derived/documentderiver/newsarticle.sd b/config-model/src/test/derived/documentderiver/newsarticle.sd
deleted file mode 100644
index d31c309726e..00000000000
--- a/config-model/src/test/derived/documentderiver/newsarticle.sd
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-search newsarticle {
-
- document newsarticle inherits newssummary {
-
- field dynabstract type string {
- indexing: summary
- }
-
- field body type string {
- body
- indexing: summary | index
- # index-to: body, default
- stemming: none
- }
-
- field othersourcenames type string {
- indexing: summary | index
- # index-to: othersourcenames, source
- stemming: none
- }
-
- field author type string {
- indexing: summary | index
- stemming: none
- }
-
- field otherlanguages type string {
- indexing: summary | index
- # index-to: languages
- stemming: none
- }
-
- field charset type string {
- indexing: summary
- stemming: none
- }
-
- field mimetype type string {
- indexing: summary
- stemming: none
- }
-
- field referrerurl type uri {
- indexing: summary | lowercase | tokenize | index
- stemming: none
- }
-
- field sourcelocation type string {
- indexing: summary | index
- stemming: none
- alias: location
- }
-
- field sourcecountry type string {
- indexing: summary | index
- stemming: none
- # index-to: sourcecountry, sourcelocation
- }
-
- field sourcelocale type string {
- indexing: summary | index
- stemming: none
- # index-to: sourcelocale, sourcelocation
- }
-
- field sourcecontinent type string {
- indexing: summary | index
- stemming: none
- # index-to: sourcecontinent, sourcelocation
- }
-
- field articlecountry type string {
- indexing: summary | index
- stemming: none
- }
-
- field articlelocale type string {
- indexing: summary | index
- stemming: none
- }
-
- field articlecontinent type string {
- indexing: summary | index
- stemming: none
- }
-
- field sourcerank type int {
- indexing: summary | index | set_var tmpsourcerank
- }
-
- field crawldate type long {
- indexing: summary | index
- }
-
- field indexdate type long {
- indexing: now | summary | index
- }
-
- field procdate type long {
- indexing: summary | index
- }
-
- field sourceid type int {
- indexing: summary | index
- }
-
- field sourcefeedid type int {
- indexing: summary | index
- }
-
- }
-
- rank-profile date {
- }
-
- rank-profile usrank inherits default {
- }
-
- rank-profile eurank inherits default {
- }
-
- rank-profile asiarank inherits default {
- }
-
-}