Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wang committed Nov 16, 2013
1 parent b7a180e commit 3aca715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/senseidb/clue/test/BuildSampleIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static void main(String[] args) throws Exception{

File idxDir = new File(args[1]);

IndexWriterConfig idxWriterConfig = new IndexWriterConfig(Version.LUCENE_43, new StandardAnalyzer(Version.LUCENE_43));
IndexWriterConfig idxWriterConfig = new IndexWriterConfig(Version.LUCENE_45, new StandardAnalyzer(Version.LUCENE_45));
Directory dir = FSDirectory.open(idxDir);
IndexWriter writer = new IndexWriter(dir, idxWriterConfig);
int count = 0;
Expand Down

0 comments on commit 3aca715

Please sign in to comment.