Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Bump the Version we use to create/open indexes
Browse files Browse the repository at this point in the history
Lucene 4.8 adds checksums and Lucene 4.9 adds 'SortedNumeric'. The
former is immediately useful, the latter only with a code change to
use that new type, but we might as well update to the latest here.
  • Loading branch information
rnewson committed Jul 5, 2014
1 parent f6089e5 commit 84e543b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@

public final class Constants {

public static final Version VERSION = Version.LUCENE_47;
public static final Version VERSION = Version.LUCENE_4_9;

public static final Analyzer ANALYZER = new StandardAnalyzer(VERSION);

Expand Down

0 comments on commit 84e543b

Please sign in to comment.