cene.lucene-demos.2.9.2.source-code.demo-build.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lucene-demos Show documentation
Show all versions of lucene-demos Show documentation
This is the demo for Apache Lucene Java
##################################################################
${common.dir}/${core.name}.jar not found.
##################################################################
----- (1) Prepare dir -----
cd ${common.dir}
rmdir demo-text-dir
mkdir demo-text-dir
cd demo-text-dir
----- (2) Index the files located under ${common.dir}/src -----
----- Interactive search -----
cd demo-text-dir
----- (1) Prepare dir -----
cd ${common.dir}
rmdir demo-html-dir
mkdir demo-html-dir
cd demo-html-dir
----- (2) Index the files located under ${common.dir}/src -----
----- Interactive search -----
cd demo-html-dir
java -classpath "../${core.name}.jar;../${demo.name}.jar" org.apache.lucene.demo.@{class} @{paramsDisplay}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy