[GitHub] jena pull request #335: Jena 1453 reduce docs

2017-12-28 Thread xristy
GitHub user xristy opened a pull request: https://github.com/apache/jena/pull/335 Jena 1453 reduce docs resolves Jena 1453. Removes redundant fields from Lucene documents. Adds graph output arg to TextQueryPF Adds unit tests. You can merge this pull requ

[GitHub] jena issue #335: Jena 1453 reduce docs

2017-12-28 Thread xristy
Github user xristy commented on the issue: https://github.com/apache/jena/pull/335 Assuming the PR is accepted I'll update the jena-text doc to reflect that there is an additional output arg for `text:query`. An example is: select ?g ?s ?lit ?sc where {

TDB Graph usage question

2017-12-28 Thread Claude Warren
Would the following code snippit work Graph g = // a TDB graph instance if (g.getTransactionHandler().transactionsSupported()) { Graph initial = graphWith( GraphFactory.createGraphMem(), "initial hasValue 42; also hasURI hello"); Graph ex