GitHub user osma opened a pull request:

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

    JENA-1093: return multiple literals from text query with bound subject

    Now both variableSubject and boundSubject can return multiple bindings with 
different literals.
    
    I factored out the conversion from TextHits to bindings (the core part of 
which was previously in TextHitConverter and nowadays in a lambda expression) 
into a separate resultsToQueryIterator method as it is used both in the bound 
and variable subject cases.

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

    $ git pull https://github.com/osma/jena jena-text-all-literals-bound-subject

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

    https://github.com/apache/jena/pull/112.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 #112
    
----
commit 5c5adfdaf753c741b73eac31d409f1bf18ce083f
Author: Osma Suominen <[email protected]>
Date:   2015-12-22T19:01:25Z

    JENA-1093: return multiple literals from text query with bound subject

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to