Luis:
On the chance that this is an "XY" problem, why do you want a custom
RowMapper? Perhaps there's an easy way to do what you want, but
without a problem statement it's hard to tell.
Best
Erick
On Thu, Apr 25, 2013 at 5:21 PM, Sudhakar Maddineni
wrote:
> Hey Luis,
> Check this example in the
Hey Luis,
Check this example in the source:TestDocumentObjectBinder
https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_2_1/solr/solrj/src/test/org/apache/solr/client/solrj/beans/TestDocumentObjectBinder.java
Thx,Sudhakar.
On Thu, Apr 25, 2013 at 7:56 AM, Luis Lebolo wrote:
> Hi Al
Hi All,
Does SolrJ have an option for a custom RowMapper or BeanPropertyRowMapper
(I'm using Spring/JDBC terms).
I know the QueryResponse has a getBeans method, but I would like to create
my own mapping and plug it in.
Any pointers?
Thanks,
Luis