Changes between Initial Version and Version 1 of DespoinaLog/2010/05/07


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/05/07

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