Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Releases: DmitryKey/luke

luke-4.10.3

23 Feb 10:01
Compare
Choose a tag to compare

Upgrade to Apache Lucene 4.10.3

Issues fixed in this release: #13
Apache License 2.0 abbreviation changed from ASL 2.0 to ALv2

Thanks to respective contributors!

4.8.0.1

17 Oct 13:47
Compare
Choose a tag to compare
4.8.0.1 Pre-release
Pre-release

Support for Disk based doc values (issue #4)

luke-4.10.1

07 Oct 19:44
Compare
Choose a tag to compare

Upgrade to Apache Lucene 4.10.1

Issues fixed in this release: #5 and #6

luke-4.9.0

30 Jun 08:59
Compare
Choose a tag to compare

Upgrade to lucene 4.9.0

Most of the changes are in the org.getopt.luke.plugins.FsDirectory.java class, thus concern Lucene over Hadoop users.

luke-4.8.0

10 May 10:28
Compare
Choose a tag to compare
  • Update to 4.8.0

This is a trivial update (maven, no code changes), but a required one: index version changed.

This version has also been tested for loading index from HDFS of hadoop 2.2.0 running in pseudo distributed mode. The code changes to the hadoop plugin have been made and tested with lucene 4.7 and lucene 4.8 based indices.

luke-4.7.0

10 Mar 21:14
Compare
Choose a tag to compare

Release based on pull request of Petri Kivikangas (#2)
Tested against the solr-4.7.0 index.

  1. Upgraded maven plugins
  2. Added simple Windows launch script: In Windows, Luke can now be launched easily by executing luke.bat.
    Script sets MaxPermSize to 512m because Luke was found to crash on lower settings.

luke-4.6.1

16 Feb 15:59
Compare
Choose a tag to compare

upgraded to the latest Apache Lucene 4.6.1 release.

fixes:
loading the jar from command line is now working fine.

luke-4.6.0

07 Dec 15:29
Compare
Choose a tag to compare

port to Lucene 4.6.
Tested against the solr-4.6 index of exampledocs xml files.
Changelist:

  1. bumped up the version of maven-assembly plugin to the latest 2.4
  2. added maven-jar plugin which copies all binary dependencies into lib/ subdirectory
  3. Fixed AnalyzerToolPlugin to use token stream reset outside while loop over tokens
  4. added lock factory handling in FsDirectory (untested)
  5. updated trivia in about.xml

luke-4.5.0

29 Nov 20:25
Compare
Choose a tag to compare

This release supports Lucene 4.5.0.
The binary with all dependencies is attached as well.

luke-4.3.0

12 Oct 20:12
Compare
Choose a tag to compare

This release supports Lucene 4.3.0.
The binary with all dependencies is attached as well.