Hi Paolo,
Thanks for your prompt response. Our RDF data are generated from MYSQL (and some other resources) and written to TDB. I used Joseki to expose the RDF data and joseki:initialization to build the LARQ index. Then the user can do some fuzzy search for the RDF data on our UI. At the beginning we let our operating team make changes to MYSQL and then re-generate the RDF data every day (using the TDB java API, not the tdbloader). The updates are not very often and usually very small. Recently we want to let the users see these changes immediately after they occurs. So we used SPARQL update service to update our TDB after the data is updated on MYSQL. However, as the LARQ index is not updated, the users still cannot see the change immediately. Maybe I should add some UNION sections (using exact match instead of fuzzy match) to our SPARQL query so that the newly added item can be found (when fully matched) without the Lucene update. But it would be great help if the update features can be implemented for LARQ/Joseki/Fuseki. As you preferred, I copied our comments below so that this discussion happen on jena-users. Thanks Tao ---------------------------------------------------------------------------- ----------- <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=castagna> Paolo Castagna added a comment - 12/Mar/12 08:24 Hi Tao, could you share a few more detail on your use cases and application scenario? I imagine you are using Fuseki (with TDB) and LARQ for free text searches. Do you submit all your updates via SPARQL Update or there are other ways your updates come in? Do you use tdbloader for large/incremental updates? How frequent and how big are your updates? Would re-building the Lucene index nightly or hourly be a feasible option for you? In any case, thanks for posting your comment here. You can either answer my questions here or on jena-users/jena-dev mailing lists. I prefer this discussions to happen on jena-users and leave JIRA comments to specific comments on how to implement/fix the issue. But comments in JIRA are welcome anyway and they are better than nothing. ----------------------------------------------------------------------- <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laotao> laotao added a comment - 12/Mar/12 07:27 Hi Paolo/Andy, I was searching for a solution regarding this. It is a very important feature for our project. Would you please inform me when this can be implemented? Or is there any work around that I can try? Thanks Tao
