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 2015/06/02 14:56:34 UTC

[12/13] jena git commit: Merge commit 'refs/pull/72/head' of github.com:apache/jena

Merge commit 'refs/pull/72/head' of github.com:apache/jena


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

Branch: refs/heads/master
Commit: 03637fcbffc677cf64cb424adf0f457fe8f8393b
Parents: bcba645 5d2a32f
Author: Andy Seaborne <an...@apache.org>
Authored: Tue Jun 2 13:53:59 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Tue Jun 2 13:53:59 2015 +0100

----------------------------------------------------------------------
 .../jena/query/text/DatasetGraphText.java       | 10 +--
 .../org/apache/jena/query/text/TextHit.java     | 41 ++++++++++
 .../jena/query/text/TextHitConverter.java       | 51 ++++++++++++
 .../org/apache/jena/query/text/TextIndex.java   |  7 +-
 .../apache/jena/query/text/TextIndexLucene.java | 13 ++-
 .../apache/jena/query/text/TextIndexSolr.java   | 15 ++--
 .../org/apache/jena/query/text/TextQueryPF.java | 73 ++++++++++-------
 .../text/AbstractTestDatasetWithTextIndex.java  | 85 ++++++++++++++++++++
 .../AbstractTestDatasetWithTextIndexBase.java   | 35 +++++++-
 9 files changed, 277 insertions(+), 53 deletions(-)
----------------------------------------------------------------------