Hello,

In the meeting with Steven, we discussed about following things.
1. Current Lucene implementation
     First we discussed about the current Lucene implementation, how to run
a query and the index structure. (As stated in wiki page. [1]
<https://cwiki.apache.org/confluence/display/VXQUERY/Lucene+Indexing+Project+2016>
)

2. Implementation plan.
    We discussed on implementing the issue 209 - Parallel Index creation
and access [2]
<https://issues.apache.org/jira/browse/VXQUERY-209?jql=project%20%3D%20VXQUERY>
   before doing the update index task, as it will be helpful in getting
some experience about the code.

3. Proposed methodology for updating index.
    In the methodology that I have proposed, the update index task should
be run in the update index query. In metadata file, instead of only storing
checksum values, a link to the index of the corresponding index document
will be included.
When indexing happens, a Lucene document is created for each XML file. But
there is no method to find which document contain the index for given file.
So, some research should be done on that. Based on this research, above
mentioned link to index will be added.

So from now onward, I'll be working on fixing the issue 209. [2]
<https://issues.apache.org/jira/browse/VXQUERY-209?jql=project%20%3D%20VXQUERY>

The next meeting date was planned to be on next Tuesday at 12.00 pm Pacific.

[1]
https://cwiki.apache.org/confluence/display/VXQUERY/Lucene+Indexing+Project+2016
[2]
https://issues.apache.org/jira/browse/VXQUERY-209?jql=project%20%3D%20VXQUERY

Thank you very much
Menaka

-- 
*Menaka Madushanka Jayawardena*
Faculty of Engineering, <http://www.pdn.ac.lk/eng>
University of Peradeniyaya.
LinkedIn <http://lk.linkedin.com/in/menakajayawardena>
TP:- 071 885 1183/ 071 350 5470

Reply via email to