GitHub user amiara514 opened a pull request:

    https://github.com/apache/jena/pull/53

    Lucene index synchro on triple deletion (jena-text)

    Hi,
    This code synchronize the Lucene index (from jena-text) when a triple is 
removed from the associated graph. It is based on a trick  for exact match on 
Lucene. See it 
[here](http://blogs.perl.org/users/mark_leighton_fisher/2012/01/stupid-lucene-tricks-exact-match-starts-with-ends-with.html).


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/LICEF/jena upstream/jena-text-triple-deletion

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/53.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #53
    
----
commit a052b6d26c62a218c516aa64621d2505040be30a
Author: Alexis Miara <alexis_mi...@hotmail.com>
Date:   2015-04-29T18:52:16Z

    Lucene index synchro on triple deletion on jena-text

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to