summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/documentderiver/compression_both.sd
blob: 5c93f41b9a32bb97340b9891db92d34051922967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search compressed_both {

  document compressed_both {
    compression {
      threshold:90
      level:9
    }

    header {
      compression {
        threshold:50
        level:6
      }
    }

    field from type string {
    }

    field content type string {
      body
    }
  }

}