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

Persisting update processor

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • update
    • None

    Description

      Logging this idea... A persisting update processor could be implemented to send all commands through some "persister" abstraction. One straightforward implementation could write all actions to Solr XML files on the file system.

      Issues to consider: need to write files in chronological order to play them back in sequence. what about commits/delets/rollbacks? do we persist these other commands or only adds? on playback (say java -jar post.jar *.xml), need to have a way to not persist.

      Need to persist the SolrInputDocument, not the Lucene document.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehatcher Erik Hatcher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: