Skip to content
John Fereira edited this page Apr 8, 2022 · 3 revisions
  • Lucene2Csv

read from Lucene index and write as a CSV file

Contents link

  • src/main source code
  • pom.xml maven build file
  • nalt.csv csv file for testing
  • scripts shell scripts for testing

Setup/Configuration

none

Building

Use maven to compile the code

mvn compile

Running/Testing

cd scripts
sh Lucene2Csv.sh

Dependencies

Clone this wiki locally