Re: IndexFormatTooNewException - MapReduceIndexerTool for PDF files

2017-05-02 Thread Shawn Heisey
On 5/1/2017 10:48 PM, ecos wrote: > The cause of the error is: > org.apache.lucene.index.IndexFormatTooNewException: Format version is not > supported (resource: BufferedChecksumIndexInput (segments_1)): 4 (needs to > be between 0 and 3). > > Reading out there I found the exception is thrown when

Re: IndexFormatTooNewException - MapReduceIndexerTool for PDF files

2017-05-02 Thread ravi432
Hi ecos, Is it giving solr documents when running mapreduce indexer tool with debug mode. if not can you run it with debug mode and send out any error. -- View this message in context: http://lucene.472066.n3.nabble.com/IndexFormatTooNewException-MapReduceIndexerTool-for-PDF-files

IndexFormatTooNewException - MapReduceIndexerTool for PDF files

2017-05-01 Thread ecos
ene.472066.n3.nabble.com/IndexFormatTooNewException-MapReduceIndexerTool-for-PDF-files-tp4332881.html Sent from the Solr - User mailing list archive at Nabble.com.

IndexFormatTooNewException

2015-01-28 Thread Joshi, Shital
Hi, We upgraded our cluster to Solr 4.10.0 for couple days and again reverted back to 4.8.0. However the dashboard still shows Solr 4.10.0. Do you know why? * solr-spec 4.10.0 * solr-impl 4.10.0 1620776 * lucene-spec 4.10.0 * lucene-impl 4.10.0 1620776 We recently added

RE: IndexFormatTooNewException

2015-01-28 Thread Joshi, Shital
Solr 4.10.0. How we do real downgrade index to 4.8? You mean replay all data? -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Wednesday, January 28, 2015 4:10 PM To: solr-user@lucene.apache.org Subject: Re: IndexFormatTooNewException : We upgraded our

Re: IndexFormatTooNewException

2015-01-28 Thread Chris Hostetter
) to this new shard : and we see this error upon start up. How do we get rid of this error? IndexFormatTooNewException means exactly what it sounds like -- you are asking Solr/Lucene to open an index that it can tell was created by a newer version of the software and it is incapable of doing so

Re: IndexFormatTooNewException

2015-01-28 Thread Shawn Heisey
On 1/28/2015 2:51 PM, Joshi, Shital wrote: Thank you for replying. We added new shard to same cluster where some shards are showing Solr version 4.10.0 and this new shard is showing Solr version 4.8.0. All shards source Solr software from same location and use same start up script. I am