Version 1 (modified by 14 years ago) (diff) | ,
---|
- 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:
buildIndex() in hvp_pilot2 successfully created Lucene index