On Tue, Oct 19, 2010 at 9:34 PM, danomano <dshopk...@earthlink.net> wrote: > > Hi folks, I was wondering if there is any native support for posting gzipped > files to solr? > > i.e. I'm testing a project where we inject our log files into solr for > indexing, these logs files are gzipped, and I figure it would take less > network bandwith to inject gzipped files directl.
What do you mean by "inject"? Are you POSTing XML to Solr, using a DataImportHandler, or what? > is there a > way to do > this? other then implementing my own SerlvetFilter or some such. As far as I am aware there is no existing way to post gzipped content to Solr. Integrating this into the DataImportHandler would probably be the way to go. Regards, Gora