On 8/5/2024 00:47, Deepak Goel wrote:
Hello
From the page:
https://lucene.apache.org/core/2_9_4/demo.html#:~:text=First%2C%20you%20should%20download%20the,when%20you%20extracted%20the%20archive.
I am trying to run the following command "java
org.apache.lucene.demo.IndexFiles {full-path-to-lucene}/src":
*java -cp
/home/kali/lucene/lucene-9.11.1/modules/lucene-core-9.11.1.jar:/home/kali/lucene/lucene-9.11.1/modules/lucene-demo-9.11.1.jar
org.apache.lucene.demo.IndexFiles -index
/home/kali/lucene/lucene-9.11.1/docs -docs
/home/kali/lucene/lucene-9.11.1/doc*
The command runs successfully, but I cannot see an index directory.
This is the Solr mailing list but you appear to be running a Lucene
demo, not Solr.
If you need help with Lucene, you will need to write to the Lucene project.
Solr uses Lucene for most of its functionality, but it is a completely
separate project.
Thanks,
Shawn