* Add input to insert the token that will be searched in Lucene Index created by the function : !LuceneSearchPlugin.[wiki:CreateLuceneIndex] calling class createIndex . * Transform createIndex constructor in order to omit the open mysql connection part. Use Molgenis functions. === How is Lucene index build === * StandardAnalyzer: * Index Writer : * Connect to db & retrieve desired fields that you want to include in the index. Create a new document and add to the document the retrieved fields (without the id) * Optimize index: [http://www.jpgtutorials.com/lucene-full-text-search-in-java for more info .....] buildIndex() in hvp_pilot2 successfully created Lucene index