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

Timothy Potter edited comment on SOLR-5654 at 2/11/14 1:04 AM:
---------------------------------------------------------------

Basic implementation which depends on my patch for SOLR-5653.

It only supports the "solr" format for now and basically uses an adapter to 
provide a SolrResourceLoader to the existing SynonymFilterFactory which is 
backed by the managed synonym mappings.

Also, I should mention that I'm not thrilled with how I handle ignoreCase 
changes right now, so will probably clean that up a bit in a subsequent patch.


was (Author: tim.potter):
Basic implementation which depends on my patch for SOLR-5653.

It only supports the "solr" format for now and basically uses an adapter to 
provide a SolrResourceLoader to the existing SynonymFilterFactory which is 
backed by the managed synonym mappings.

> Create a synonym filter factory that is (re)configurable, and capable of 
> reporting its configuration, via REST API
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5654
>                 URL: https://issues.apache.org/jira/browse/SOLR-5654
>             Project: Solr
>          Issue Type: Sub-task
>          Components: Schema and Analysis
>            Reporter: Steve Rowe
>         Attachments: SOLR-5654.patch
>
>
> A synonym filter factory could be (re)configurable via REST API by 
> registering with the RESTManager described in SOLR-5653, and then responding 
> to REST API calls to modify its init params and its synonyms resource file.
> Read-only (GET) REST API calls should also be provided, both for init params 
> and the synonyms resource file.
> It should be possible to add/remove/modify one or more entries in the 
> synonyms resource file.
> We should probably use JSON for the REST request body, as is done in the 
> Schema REST API methods.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to