org.apache.solr.client.solrj.beans.DocumentObjectBinder customization
---------------------------------------------------------------------
Key: SOLR-2446
URL: https://issues.apache.org/jira/browse/SOLR-2446
Project: Solr
Issue Type: Improvement
Components: clients - java
Affects Versions: 1.4.1
Reporter: Alexander Suslov
Priority: Minor
Fix For: 1.4.2
I suggest adding a way to customize DocumentObjectBinder behavior. It is not
always possible to perform mapping between SolrInputDocument and beans using
the default implementation. And SolrServer doesn't have a way to change the
default binder for a different implementation. My suggestion is very simple:
introduce an interface for binder, and add the ability to set the custom binder
for the SolrServer. Please find suggested changes in the attached file. Such an
addition will make the solr4J library more flexible.
--
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]