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 "Erik Hatcher (JIRA)" <ji...@apache.org> on 2008/12/08 14:22:44 UTC

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

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.


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

Posted by "Erik Hatcher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654414#action_12654414 ] 

Erik Hatcher commented on SOLR-903:
-----------------------------------

Ummm.... well that might be useful for some, but I'm thinking more about an indexer that could be run without Solr running or accessible, in such a way it could toggle for online or offline indexing.

> 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.


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

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654416#action_12654416 ] 

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

Gotchya...glossed over that offline mode part.


> 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.