Re: Sending compressed (gzip) UpdateRequest with SolrJ

2021-01-08 Thread Walter Underwood
> De : matthew sporleder > Envoyé : jeudi 7 janvier 2021 16:43 > À : solr-user@lucene.apache.org > Objet : Re: Sending compressed (gzip) UpdateRequest with SolrJ > > jetty supports http gzip and I've added it to solr before in my own > installs (and submitted patches

RE: Sending compressed (gzip) UpdateRequest with SolrJ

2021-01-08 Thread Gael Jourdan-Weil
to use a regular http call.. --- De : matthew sporleder Envoyé : jeudi 7 janvier 2021 16:43 À : solr-user@lucene.apache.org Objet : Re: Sending compressed (gzip) UpdateRequest with SolrJ   jetty supports http gzip and I've added it to solr before in my own installs (and submitted patches to do so

Re: Sending compressed (gzip) UpdateRequest with SolrJ

2021-01-07 Thread matthew sporleder
jetty supports http gzip and I've added it to solr before in my own installs (and submitted patches to do so by default to solr) but I don't know about the handling for solrj. IME compression helps a little, sometimes a lot, and never hurts. Even the admin interface benefits a lot from regular

RE: Sending compressed (gzip) UpdateRequest with SolrJ

2021-01-07 Thread Gael Jourdan-Weil
Answering to myself on this one. Solr uses Jetty 9.x which does not support compressed requests by itself meaning, the application behind Jetty (that is Solr) has to decompress by itself which is not the case for now. Thus even without using SolrJ, sending XML compressed in GZIP to Solr (with