Hi Jorn,

I am using Solr version 7.1

Correction on the change that I did. I just added the jars in my solrconfig.xml 
file as below:
        
        <lib dir="${solr.install.dir:../../../..}/contrib/extraction/lib" 
regex=".*\.jar" />
        <lib dir="${solr.install.dir:../../../..}/dist/" 
regex="solr-cell-\d.*\.jar" />

The cp command was the steps I saw in the reference guide. 
I figured it should be the same thing.

-Lewin

-----Original Message-----
From: Jörn Franke <jornfra...@gmail.com> 
Sent: Friday, November 8, 2019 11:51 AM
To: solr-user@lucene.apache.org
Subject: [EXTERNAL] Re: XLSX Response Writer

Which Solr version are you using?
The below command suggest you are using 6.3 - is this correct?

Have you restarted the Solr server after copying?

> Am 08.11.2019 um 18:42 schrieb Lewin Joy (TMNA) <lewin....@toyota.com>:
> 
> Hi,
> 
> How do I use the xlsx response writer to extract my results to an excel file?
> 
> I made the changes as per documentation to include the jars and gave wt=xlsx. 
> It did not work.
> Would this only work with solrJ? Can't we use this in the query parameter 
> &wt=xlsx?
> 
> cp contrib/extraction/lib/*.jar server/solr-webapp/webapp/WEB-INF/lib/
> cp dist/solr-cell-6.3.0.jar server/solr-webapp/webapp/WEB-INF/lib/
> 
> 
> Thanks,
> Lewin

Reply via email to