diff --git a/CHANGES.txt b/CHANGES.txt index 67249de..97c5880 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,11 @@ +* Upgrade to 7.5.0 +Upgrade to Lucene 7.5.0. +Fixed in this release: + +- Fixed start scripts for working with JavaFX 11. +- Added Korian Analyzer module (nori) +- Fixed trivial UI bugs. + * Upgrade to 7.4.0 Upgrade to Lucene 7.4.0. diff --git a/README.md b/README.md index acc7cc3..e463a59 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Luke is the GUI tool for introspecting your Lucene / Solr / Elasticsearch index. * Searching in the index * Performing index maintenance: index health checking, index optimization (take a backup before running this!) * Testing your custom Lucene analyzers - + +![Luke JavaFX ed](luke-javafx.png) + Recent Changes ==== See [CHANGES.txt](CHANGES.txt) diff --git a/luke-javafx.png b/luke-javafx.png new file mode 100644 index 0000000..700cb59 Binary files /dev/null and b/luke-javafx.png differ