mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 05:49:33 +00:00
LUCENE-9429 add missing semicolon (#1673)
This commit is contained in:
parent
4b2e90b3aa
commit
d0642600ff
@ -31,7 +31,7 @@ to check if the results are what we expect):</p>
|
||||
Analyzer analyzer = new StandardAnalyzer();
|
||||
|
||||
Path indexPath = Files.createTempDirectory("tempIndex");
|
||||
Directory directory = FSDirectory.open(indexPath)
|
||||
Directory directory = FSDirectory.open(indexPath);
|
||||
IndexWriterConfig config = new IndexWriterConfig(analyzer);
|
||||
IndexWriter iwriter = new IndexWriter(directory, config);
|
||||
Document doc = new Document();
|
||||
|
Loading…
x
Reference in New Issue
Block a user