You don't have to call the URL from the browser. "curl" is what's
usually used for this kinds of things and will save directly to disk
with the right flags. The attachment makes sense if you have some sort
of UI triggering this, but that's not what's happening here.
Regards,
Alex.
Personal: htt
Thanks Joel, I changed enableLazyFieldLoading to false and it worked just
fine.
However, for some reason, I was expecting it to return
"content-disposition: attachment" in the response. Maybe because response
of this request would most probably be huge and if returned to the browser,
it makes sens
There is bug in how the export handler is working when you have very few
documents in the index and the solrconfig.xml is configured to enable lazy
document loading:
true
The tests didn't catch this because lazy loading was set to the default
which is false in the tests. The manual testing I did,
Yep getting the same error. Investigating...
Joel Bernstein
Search Engineer at Heliosearch
On Thu, Oct 2, 2014 at 12:59 PM, Ahmed Adel wrote:
> Hi All,
>
> I'm trying to use Solr 4.10 export feature, but I'm getting an error. Maybe
> I missed something.
>
> Here's the scenario:
>
>
>1. Down
Hi All,
I'm trying to use Solr 4.10 export feature, but I'm getting an error. Maybe
I missed something.
Here's the scenario:
1. Download Solr 4.10.0
2. Use collection1 schema out of the box
3. Add docValues="true" to price and pages fields in schema.xml
4. Index books.json using com