Solr 8.0.0 + IndexUpgrader

2019-04-01 Thread Herbert Hackelsberger
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

AW: Solr 8.0.0 + IndexUpgrader

2019-04-01 Thread Herbert Hackelsberger
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

Index Upgrader Documention - Problem under Microsoft Windows

2019-04-01 Thread 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

AW: AW: Solr 8.0.0 + IndexUpgrader

2019-04-01 Thread Herbert Hackelsberger
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

Windows SSL.Keystore and Windows TrustStore requires an empty PKCS#12 Key Store

2019-04-05 Thread Herbert Hackelsberger
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