Sha256: 476679308a15129230bc7be979bcc8b21c629d76012b386f86c3bb14b59270f8

Contents?: true

Size: 1.83 KB

Versions: 19

Compression:

Stored size: 1.83 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
      invariants:
        termVectors: valse
  - date:
      class: DateField
      suffix: d
      invariants:
        termVectors: valse
  - rand:
      class: RandomSortField
  - sdouble:
      class: SortableDoubleField
      suffix: e
      invariants:
        termVectors: valse
  - sfloat:
      class: SortableFloatField
      suffix: f
      invariants:
        termVectors: valse
  - sint:
      class: SortableIntField
      suffix: i
      invariants:
        termVectors: valse
  - slong:
      class: SortableLongField
      suffix: l
      invariants:
        termVectors: valse
  - string:
      class: StrField
      suffix: s
      invariants:
        termVectors: valse
  - tint:
      class: TrieIntField
      suffix: it
      invariants:
        termVectors: valse
  - tfloat:
      class: TrieFloatField
      suffix: ft
      invariants:
        termVectors: valse
  - tdouble:
      class: TrieDoubleField
      suffix: et
      invariants:
        termVectors: valse
  - tdate:
      class: TrieDateField
      suffix: dt
      invariants:
        termVectors: valse
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
  - termVectors: v

Version data entries

19 entries across 19 versions & 7 rubygems

Version Path
pduey-sunspot-1.2.1.1 installer/config/schema.yml
erichummel-sunspot-1.2.1g installer/config/schema.yml
erichummel-sunspot-1.2.1f installer/config/schema.yml
erichummel-sunspot-1.2.1b installer/config/schema.yml
erichummel-sunspot-1.2.1a installer/config/schema.yml
erichummel-sunspot-1.2.1 installer/config/schema.yml
lisausa-sunspot-1.2.1.1 installer/config/schema.yml
lisausa-sunspot-1.2.1 installer/config/schema.yml
sunspot_rbg-1.3.1 installer/config/schema.yml
sunspot_rbg-1.3.0 installer/config/schema.yml
ruben-sunspot-1.1.4 installer/config/schema.yml
ruben-sunspot-1.1.3 installer/config/schema.yml
ruben-sunspot-1.1.2 installer/config/schema.yml
sunspot-1.2.1 installer/config/schema.yml
sunspot-1.2.0 installer/config/schema.yml
ruben-sunspot-1.1.1 installer/config/schema.yml
ruben-sunspot-1.1.0 installer/config/schema.yml
nuatt_sunspot-1.1.0.3 installer/config/schema.yml
sunspot-1.1.0 installer/config/schema.yml