summaryrefslogtreecommitdiffstats
path: root/sample-apps/http-api-using-searcher/src/main/application/searchdefinitions/basic.sd
blob: 8f132254d4a906531f46bf50d95914d21b855ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search basic {

  document basic {

    field description type string {
      indexing: summary | index
    }

  }

  fieldset default {
    fields: description
  }

}