Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-4892

Add field update processors to parse/convert String-typed fields to Date, Number, and Boolean

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.4, 6.0
    • update
    • None

    Description

      Add FieldMutatingUpdateProcessorFactory subclasses ParseFooUpdateProcessorFactory, where Foo includes Date, Double, Long, and Boolean.

      These factories will have a default selector that matches all fields that either don’t match any schema field, or are in the schema with the corresponding typeClass. They can optionally support a list of multiple format specifiers. If they see a value that is not a CharSequence, or can't parse the value using a configured format, they ignore it and leave it as is.

      For multi-valued fields, these processors will not convert any values unless all are first successfully parsed. Ordering the processors [Boolean, Long, Double, Date] will allow e.g. values [2, 5, 8.6] to be left alone by the Boolean and Long processors, but then converted by the Double processor.

      Attachments

        1. SOLR-4892.patch
          133 kB
          Steven Rowe
        2. SOLR-4892.patch
          122 kB
          Steven Rowe
        3. SOLR-4892.patch
          102 kB
          Steven Rowe

        Issue Links

          Activity

            People

              sarowe Steven Rowe
              sarowe Steven Rowe
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: