You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2008/12/08 14:32:46 UTC

[jira] Commented: (SOLR-903) SolrServer that writes Solr XML files

    [ https://issues.apache.org/jira/browse/SOLR-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654408#action_12654408 ] 

Mark Miller commented on SOLR-903:
----------------------------------

How about a new UpdateProcessorFactory that writes solr xml rather than using UpdateHandler. Then you could have two updateRequestProcessorChains and choose which to use - write solrxml chain or write to UpdateHandler chain.

> SolrServer that writes Solr XML files
> -------------------------------------
>
>                 Key: SOLR-903
>                 URL: https://issues.apache.org/jira/browse/SOLR-903
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>            Reporter: Erik Hatcher
>            Priority: Minor
>
> An idea, not one I have time to implement just yet... it'd be handy to have a SolrServer implementation that could write add()'s to Solr XML files rather than post directly to Solr.  This would allow an indexer to code to SolrServer and could buffer to disk in an offline mode and let Solr ingest them later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.