aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/flickr/flickrphotos.sd
blob: df80ea3f96f915ffca2edb37fb6dd273d1d0236d (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
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema flickrphotos{

   #Document summary to use for attribute-prefetching with many hits

   document-summary mapcluster {
        summary distance {}
  }

  document flickrphotos{


    field loc type string{
      indexing: summary | to_pos | attribute
    }

  }





}#end flickrphotos cluster