DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project
Apache License 2.0
1.54k stars 352 forks source link

Bad graphics for old Luke under macOS #174

Closed marco-brandizi closed 5 years ago

marco-brandizi commented 5 years ago

I have to inspect an old Index (v6.x), so I'm using Luke 6.6.0. Unfortunately, its graphical aspect under under macOS is as bad as this:

image

I guess you're not interested much on older versions, but I need them to check old indices, so I wonder if you know a quick fix for this (some JVM option?), or you could add support for older Lucene versions to the most recent Luke release (eg, with jars selectable from command line).

mocobeta commented 5 years ago

Luke 7.7.0 (implemented on Swing so it works fine on the latest JVM) should be able to open Lucene 6.x indexes. Did you try it?

marco-brandizi commented 5 years ago

Hi @mocobeta, it works! Many thanks.

mocobeta commented 5 years ago

OK, I'll close this.