java:434)
at
org.apache.lucene.index.DirectoryReader.listCommits(DirectoryReader.java:260)
at org.apache.lucene.index.IndexUpgrader.upgrade(IndexUpgrader.java:158)
at org.apache.lucene.index.IndexUpgrader.main(IndexUpgrader.java:78)
Any ideas, without performing a full reindex?
Mit freundlichen Grüßen
H
not actually change this restriction. All it does is
insure that all segments were written by the current version. It cannot
recreate data that’s not there in the first place.
Your only choice at this point is to fully re-index.
Best,
Erick
> On Apr 1, 2019, at 8:19 AM, Herbert Hackelsberger
Hi all,
I just wanted to inform you, when I stumbled across the ref guide at
https://lucene.apache.org/solr/guide/7_7/indexupgrader-tool.html
I had problems to run the command on my Windows System
Instead of
java -cp lucene-core-7.7.0.jar:lucene-backward-codecs-7.7.0.jar
org.apache.lucene.index
Many Thanks!
-Ursprüngliche Nachricht-
Von: Shawn Heisey
Gesendet: Montag, 1. April 2019 18:03
An: solr-user@lucene.apache.org
Betreff: Re: AW: Solr 8.0.0 + IndexUpgrader
On 4/1/2019 9:47 AM, Herbert Hackelsberger wrote:
> So, am I correct:
> - When using the IndexUpgrader, i
Hi,
I managed to get Windows-MY (SSL Personal Store) and Windows-ROOT (Root CA
Store) with Solr 8.0.0 to work.
How?
I enabled the following in solr.in.cmd:
set SOLR_SSL_CHECK_PEER_NAME=true
set SOLR_SSL_ENABLED=true
set SOLR_SSL_KEY_STORE=NONE
set SOLR_SSL_KEY_STORE_PASSWORD=
set SOLR_SSL_TRUST