: Anyone found a solution to the getTransformer error. I am getting the same
: error.
If you use Solr 3.6, with the example jetty and example configs, do you
get the same error using the provided example XSL files?
http://localhost:8983/solr/select?q=*:*&wt=xslt&tr=example.xsl
http://l
Anyone found a solution to the getTransformer error. I am getting the same
error.
Here is my output:
Problem accessing /solr/JOBS/select/. Reason:
getTransformer fails in getContentType
java.lang.RuntimeException: getTransformer fails in getContentType
at
context:
http://lucene.472066.n3.nabble.com/getTransformer-error-tp3047726p3982801.html
Sent from the Solr - User mailing list archive at Nabble.com.
Ok I guess it is nonetheless a stylesheet problem, as a basic hello
world outputting stylesheet works.
thanks,
Bryan Rasmussen
On Fri, Jun 10, 2011 at 10:12 AM, bryan rasmussen
wrote:
> Hi,
> I am trying to transforrm the results using xslt - I store my xslts in
> conf/xslt/
>
> I call them in t
Hi,
I am trying to transforrm the results using xslt - I store my xslts in
conf/xslt/
I call them in the querystring with the parameters
&wt=xslt&tr=result.xsl
And get back an error:
getTransformer fails in getContentType
java.lang.RuntimeException: getTransformer fails in getContentType
...