RE: Using Solr to index zip files

2016-06-09 Thread anupama . gangadhar
zips as fields(search criteria) for this index. Thank you, Regards, Anupama -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Tuesday, June 07, 2016 7:44 PM To: solr-user Subject: Re: Using Solr to index zip files I _think_ DataImportHandler could handle zip

Re: Using Solr to index zip files

2016-06-07 Thread Alexandre Rafalovitch
I _think_ DataImportHandler could handle zip files with fixed level of nesting, but not read from HDFS. I don't think anything else in Solr will. So, doing it outside of Solr is probably best. Especially, since you would need to decide how you actually want to map these files (e.g. do you keep the

RE: Using Solr to index zip files

2016-06-07 Thread BURN, James
ssage- From: anupama.gangad...@daimler.com [mailto:anupama.gangad...@daimler.com] Sent: 07 June 2016 03:57 To: solr-user@lucene.apache.org Subject: Using Solr to index zip files Hi, I have an use case where I need to search zip files quickly in HDFS. I intend to use Solr but not finding any rel

Using Solr to index zip files

2016-06-06 Thread anupama . gangadhar
Hi, I have an use case where I need to search zip files quickly in HDFS. I intend to use Solr but not finding any relevant information about whether it can be done for zip files. These are nested zip files i.e. zips within a zip file. Any help/information is much appreciated. Thank you, Regard