You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/12 16:26:04 UTC

[jira] [Commented] (JENA-1336) Allow the text index to be given on a per-execution basis.

    [ https://issues.apache.org/jira/browse/JENA-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008334#comment-16008334 ] 

ASF GitHub Bot commented on JENA-1336:
--------------------------------------

GitHub user afs opened a pull request:

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

    JENA-1336: chooseTextIndex to look in ExecutionContext.getContext

    

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

    $ git pull https://github.com/afs/jena text-index-from-exec-context

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

    https://github.com/apache/jena/pull/249.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 #249
    
----
commit 18688b47892f98f7d3109611f353b7d58578a0a0
Author: Andy Seaborne <an...@apache.org>
Date:   2017-05-12T16:24:07Z

    JENA-1336: chooseTextIndex to look in ExecutionContext.getContext

----


> Allow the text index to be given on a per-execution basis.
> ----------------------------------------------------------
>
>                 Key: JENA-1336
>                 URL: https://issues.apache.org/jira/browse/JENA-1336
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Text
>    Affects Versions: Jena 3.3.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: Jena 3.4.0
>
>
> {{text:query}} finds the index by looking in a {{Context}} or from the {{DatasetGraphText}}.
> Nowadays, each {{QueryExecution}} has a context, which includes the dataset context, and can also have settings for this query execution instance.
> Hence, {{text:query}} can be made to work on a single query execution instance if it looks in the {{QueryExecution}} context.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)