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

2017-01-09 Thread Manan Sheth
ction and ranging 10-12 GB across board. This is due to performance and partial lack of large RAM (currently ~32 GB/node). Yes, we want data together in single collection. Thanks, Manan Sheth From: Manan Sheth Sent: Tuesday, January 10, 2017 10:51 AM To:

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

2017-01-09 Thread Manan Sheth
are observed for large files. Thus, to minimize this risk while upgrading on Solr 6, we wanted to store indexes into smaller sized files. Thanks, Manan Sheth From: Erick Erickson Sent: Tuesday, January 10, 2017 5:24 AM To: solr-user Subject: Re: Help needed

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

2017-01-09 Thread Manan Sheth
Is this really works for lucene index files? Thanks, Manan Sheth From: Moenieb Davids Sent: Monday, January 9, 2017 7:36 PM To: solr-user@lucene.apache.org Subject: RE: Help needed in breaking large index file into smaller ones Hi, Try split on linux or

IndexWriter.forceMerge not working as desired

2017-01-09 Thread Manan Sheth
. Thanks, Manan Sheth NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any

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

2017-01-09 Thread Manan Sheth
Hi All, I have a problem simillar to this one, where the indexes in multiple solr shards has created large index files (~10 GB each) and wanted to split this large file on each shard into smaller files. Please provide some guidelines. Thanks, Manan Sheth

Solr Index upgradation Merging issue observed

2017-01-08 Thread Manan Sheth
, Manan Sheth NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2017-01-01 Thread Manan Sheth
Hi All, Please help me out if anyone has executed solr map reduce indexer tool with solr 6. This is still failing and no hints for the error shown in below mail thread. Thanks, Manan Sheth From: Manan Sheth Sent: Friday, December 16, 2016 2:52 PM To

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-16 Thread Manan Sheth
from solr4.0 And what happens if you try starting solr in stand alone mode, solr cloud does not consider 'core' anymore, it considers 'collection' as param. On Thu, Dec 15, 2016 at 11:05 PM, Manan Sheth wrote: > Thanks Reth. As noted this is the same map reduce based in

Re: Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-15 Thread Manan Sheth
4.10 distro is working correctly, it seems to be some issue/ changes from solr 5 onwards. I have tested it for both solr 5.5 & solr 6.2.1 and the behaviour remains same for both. Thanks, Manan Sheth From: Reth RM Sent: Friday, December 16, 2016 12:2

Solr MapReduce Indexer Tool is failing for empty core name.

2016-12-13 Thread Manan Sheth
s are copied as is from Solr 4. * Once collection is deployed, user can perform all operations on the collection without any issue. * The indexation process is working fine with the same tool on Solr 4. Please help. Thanks, Manan Sheth NOTE: This messag