Sha256: 651707b9c85a1264611f462e9170832b0bf5988793ba95eefe2c14bc087d6bd5

Contents?: true

Size: 1.31 KB

Versions: 6

Compression:

Stored size: 1.31 KB

Contents

types: !omap
  - text:
      class: TextField
      suffix: text
      omit_norms: false
      tokenizer: StandardTokenizerFactory
      filters:
        - StandardFilterFactory
        - LowerCaseFilterFactory
      invariants:
        multiValued: true
  - boolean:
      class: BoolField
      suffix: b
  - date:
      class: DateField
      suffix: d
  - rand:
      class: RandomSortField
  - sdouble:
      class: SortableDoubleField
      suffix: e
  - sfloat:
      class: SortableFloatField
      suffix: f
  - sint:
      class: SortableIntField
      suffix: i
  - slong:
      class: SortableLongField
      suffix: l
  - string:
      class: StrField
      suffix: s
  - tint:
      class: TrieIntField
      suffix: it
  - tfloat:
      class: TrieFloatField
      suffix: ft
  - tdouble:
      class: TrieDoubleField
  - tdate:
      class: TrieDateField
      suffix: dt
fixed: !omap
  - id:
      type: string
      attributes: [stored]
  - type:
      type: string
      attributes: [multiValued]
  - class_name:
      type: string
  - text:
      type: string
      attributes: [multiValued]
  - lat:
      type: tdouble
      attributes: [stored]
  - lng:
      type: tdouble
      attributes: [stored]
  - 'random_*':
      type: rand
  - '_local*':
      type: tdouble
    
variants: !omap
  - multiValued: m
  - stored: s

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunspot-1.0.5 installer/config/schema.yml
sunspot-1.0.4 installer/config/schema.yml
sunspot-1.0.3 installer/config/schema.yml
sunspot-1.0.2 installer/config/schema.yml
sunspot-1.0.1 installer/config/schema.yml
sunspot-1.0.0 installer/config/schema.yml