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

Jan Høydahl commented on SOLR-2374:
-----------------------------------

Hi Timo

Thanks for getting involved in Solr. Welcome on board.
You should be aware that we're slowly moving away from local file based 
configuration spread around all the Solr nodes in your search cluster, over to 
a centralized config model with http://wiki.apache.org/solr/SolrCloud

In that regard, I think there will be the need for a whole set of tools to 
manipulate the ZooKeeper config, both from GUI and command line. Perhaps your 
patch could be reworked to push the file to ZK instead of to local file?

> Create UpdateFileRequestHandler
> -------------------------------
>
>                 Key: SOLR-2374
>                 URL: https://issues.apache.org/jira/browse/SOLR-2374
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 1.4.1
>            Reporter: Timo Schmidt
>              Labels: config, file, patch, upload
>             Fix For: 1.4.2
>
>         Attachments: UpdateFileRequestHandler.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> It would be nice to be able to update files like synonyms.txt and 
> stopwords.txt with a seperrat request handler. Since i am very new to solr 
> development i've prepared a patch with a new UpdateFileRequest handler. Maybe 
> it would be good to refactor the existing fileRequestHandler.
> Currently it is implemented that you need to whitelist all files which should 
> be editable. I think this is better for security reasons.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to