Sha256: 1311d6eb046c594e65b706425b22fca57eaeffff8130af4ee5ed10cb9b4ae235

Contents?: true

Size: 324 Bytes

Versions: 7

Compression:

Stored size: 324 Bytes

Contents

development: &DEV
  name: waistband_geo
  stringify: false
  settings:
    index:
      number_of_shards: 4
  mappings:
    geo:
      _source:
        includes: ["*"]
      properties:
        work_area:
          type: geo_shape
          tree: geohash
          precision: 5m

test:
  <<: *DEV
  name: waistband_geo_test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
waistband-0.7.4 spec/config/waistband/waistband_geo.yml
waistband-0.7.3 spec/config/waistband/waistband_geo.yml
waistband-0.7.1 spec/config/waistband/waistband_geo.yml
waistband-0.7.0 spec/config/waistband/waistband_geo.yml
waistband-0.4.2 spec/config/waistband/waistband_geo.yml
waistband-0.4.1 spec/config/waistband/waistband_geo.yml
waistband-0.4.0 spec/config/waistband/waistband_geo.yml