[ 
https://issues.apache.org/jira/browse/SOLR-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated SOLR-1942:
------------------------------

    Attachment: SOLR-1942.patch

Updated patch with Simon's previous suggestions.

A few more things I saw that I'm not sure I like:
* the CodecProvider syntax in the test config is cool, but i'm not sure this 
should be done in SolrCore? I think if you want to have a CP that loads up 
codecs by classname like this, it should be done in a CodecProviderFactory (you 
know parsing arguments however it wants).
* I think its confusing how the SchemaCodecProvider answers to codec requests 
in 3 ways, 1. from the 'delegate' in SolrConfig, 2. from the schema, and 3. 
from the default codecProvider. I think if you try to use this, its easy to get 
yourself in a situation where solrconfig conflicts with the schema. I also 
don't think we need to bother with the 'defaultCP', in other words if you 
specify a custom codec provider, this is the only one that is used.

> Ability to select codec per field
> ---------------------------------
>
>                 Key: SOLR-1942
>                 URL: https://issues.apache.org/jira/browse/SOLR-1942
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 4.0
>            Reporter: Yonik Seeley
>            Assignee: Grant Ingersoll
>             Fix For: 4.0
>
>         Attachments: SOLR-1942.patch, SOLR-1942.patch, SOLR-1942.patch, 
> SOLR-1942.patch, SOLR-1942.patch, SOLR-1942.patch, SOLR-1942.patch, 
> SOLR-1942.patch, SOLR-1942.patch, SOLR-1942.patch
>
>
> We should use PerFieldCodecWrapper to allow users to select the codec 
> per-field.

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