RE: Using Solr to index zip files

2016-06-09 Thread anupama . gangadhar
Hi, The nesting level is fixed. Outerzip has many inner zip files(i.e. 1.zip has many zip files). Currently the outer zip path and inner zip name is stored in a Hive table for reference. I use a Hive query to find the zip for me. I intend to index the outer zip file and store all the inner zips

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