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

UpdateRequestProcessorFactory - process requests before submitting them

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3
    • None
    • None

    Description

      A simple UpdateRequestProcessor was added to a bloated SOLR-133 commit.

      An UpdateRequestProcessor lets clients plug in logic after a document has been parsed and before it has been 'updated' with the index. This is a good place to add custom logic for:

      • transforming the document fields
      • fine grained authorization (can user X updated document Y?)
      • allow update, but not delete (by query?)

      <requestHandler name="/update" class="solr.StaxUpdateRequestHandler" >
      <str name="update.processor.class">org.apache.solr.handler.UpdateRequestProcessor</str>
      <lst name="update.processor.args">
      ... (optionally pass in arguments to the factory init method) ...
      </lst>
      </requestHandler>

      http://www.nabble.com/Re%3A-svn-commit%3A-r547495---in--lucene-solr-trunk%3A-example-solr-conf-solrconfig.xml-src-java-org-apache-solr-handler-StaxUpdateRequestHandler.java-src-java-org-apache-solr-handler-UpdateRequestProcessor.jav-tf3950072.html#a11206583

      Attachments

        1. SOLR-269-simple.patch
          7 kB
          Noble Paul
        2. SOLR-269-UpdateRequestProcessorFactory.patch
          54 kB
          Ryan McKinley
        3. SOLR-269-UpdateRequestProcessorFactory.patch
          45 kB
          Ryan McKinley
        4. UpdateProcessor.patch
          18 kB
          Yonik Seeley
        5. SOLR-269-UpdateRequestProcessorFactory.patch
          6 kB
          Ryan McKinley

        Issue Links

          Activity

            People

              ryantxu Ryan McKinley
              ryantxu Ryan McKinley
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: