Re: Help needed in breaking large index file into smaller ones

2017-01-09 Thread Narsimha Reddy CHALLA
t; > Try split on linux or unix > > split -l 100 originalfile.csv > this will split a file into 100 lines each > > see other options for how to split like size > > > -Original Message- > From: Narsimha Reddy CHALLA [mailto:chnredd...@gmail.com] > Sent:

Help needed in breaking large solr index file into smaller ones

2017-01-09 Thread Narsimha Reddy CHALLA
Hi All, My solr server has a few large index files (say ~10G). I am looking for some help on breaking them it into smaller ones (each < 4G) to satisfy my application requirements. Basically, I am not looking for any optimization of index here (ex: optimize, expungeDeletes etc.). Are there

Help needed in breaking large index file into smaller ones

2017-01-09 Thread Narsimha Reddy CHALLA
Hi All, My solr server has a few large index files (say ~10G). I am looking for some help on breaking them it into smaller ones (each < 4G) to satisfy my application requirements. Are there any such tools available? Appreciate your help. Thanks NRC