SolrEntityProcessor Configuration Problem

2012-04-06 Thread michael . kroh
Dear all, I'm facing a problem with SolrEntityProcessor, when having it configured under a JDBC Datasource. My configuration looks like this: entity name=V_MARKET_STUDIES datasource=jdbc-2 query=select * from V_MARKET_STUDIES transformer=ClobTransformer field column=ID

Re: SolrEntityProcessor Configuration Problem

2012-04-06 Thread Lance Norskog
The SolrEntityProcessor resolves all of its parameters at start time, not for each query. This technique cannot work. I filed it: https://issues.apache.org/jira/browse/SOLR-3336 On Fri, Apr 6, 2012 at 11:13 AM, michael.k...@basf.com wrote: Dear all, I'm facing a problem with