You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/08/24 21:31:34 UTC

[8/8] jena git commit: JENA-1381: Merge commit 'refs/pull/274/head' of github.com:apache/jena

JENA-1381: Merge commit 'refs/pull/274/head' of github.com:apache/jena

This closes #274.


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/98f711b7
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/98f711b7
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/98f711b7

Branch: refs/heads/master
Commit: 98f711b70d36b0be2e40076e50161547deed72bd
Parents: 116ffb8 4a3caf0
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Aug 24 22:03:33 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Aug 24 22:03:33 2017 +0100

----------------------------------------------------------------------
 .../org/apache/jena/query/DatasetFactory.java   |  56 +++++----
 .../jena/sparql/core/DatasetGraphFactory.java   |  82 ++++++++-----
 .../jena/sparql/core/DatasetGraphMap.java       |  12 +-
 .../jena/sparql/core/DatasetGraphMapLink.java   |   9 +-
 .../org/apache/jena/sparql/core/GraphView.java  |   5 +-
 .../org/apache/jena/sparql/core/NamedGraph.java |  46 +++++++
 .../jena/sparql/core/NamedGraphWrapper.java     |  44 +++++++
 .../org/apache/jena/query/text/TextHit.java     |   5 +
 .../apache/jena/query/text/TextIndexLucene.java |   3 +
 .../org/apache/jena/query/text/TextQueryPF.java |  70 +++++++----
 .../org/apache/jena/query/text/TS_Text.java     |   1 +
 .../query/text/TestTextGraphIndexExtra.java     | 122 +++++++++++++++++++
 12 files changed, 361 insertions(+), 94 deletions(-)
----------------------------------------------------------------------