wiki:DespoinaLog/2010/05/07
  • Add input to insert the token that will be searched in Lucene Index created by the function : LuceneSearchPlugin.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:

for more info .....

buildIndex() in hvp_pilot2 successfully created Lucene index

Last modified 14 years ago Last modified on 2010-10-01T23:19:13+02:00