bajibalu commented on issue #12968: URL: https://github.com/apache/lucene/issues/12968#issuecomment-1868838686
Hi @setokk I am a new contributor to this repo. Unfortunately, I don't have both Windows 10 and Arch Linux. However, I ran the sample code above in the below setting and was able to see the output. It did not behave like you described above for me. Try to move the data and index location to the project folder and see if that resolves the issue. OS: Debian 12 Lucene Version: Lucene 9.8.0 JDK Version: openjdk 21.0.1 Command `java -classpath test.jar org.eample.Main` Output ``` /temp/index /temp/data.txt Dec 25, 2023 1:46:15 AM org.apache.lucene.store.MemorySegmentIndexInputProvider <init> INFO: Using MemorySegmentIndexInput with Java 21; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false Rebuilding index... 0 Done! 1 documents indexed. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org