Re: CMS diff: Command-line and other tools for Jena developers

2017-05-24 Thread Chris Tomlinson
When do these sorts of changes get reflected online? Thanks, Chris > On May 23, 2017, at 2:25 PM, aj...@apache.org wrote: > > Fixed, thank you! > > ajs6f > > Anonymous CMS User wrote on 5/23/17 3:15 PM: >> Clone URL (Committers only): >>

Re: Contribution of TDB2

2017-09-11 Thread Chris Tomlinson
System initialization is > by Jena's use of ServiceLoader. (I haven't tried - I'm on a chromebook > ATM). The standalone server is a copy of the Jena one with the dependency > added. > > I don't what the size change is - 750K-1M. > > If there is something else happen

eclipse and shaded guava?

2017-09-11 Thread Chris Tomlinson
Hi, I’m having a bit of a hassle getting eclipse Mars 4.5.2 to hook up properly with imports like: > import org.apache.jena.ext.com.google.common.cache.CacheBuilder ; > import org.apache.jena.ext.com.google.common.cache.CacheStats ; I "git clone" jena and mvn clean install mvn

Re: Contribution of TDB2

2017-09-07 Thread Chris Tomlinson
Hi, We very much would like to see TDB2 incorporated into Jena as an option, especially for the online compaction. I spent a bit of time trying to build a fuseki-tdb2-war module but it will be much easier if TDB2 is incorporated into Jena (we deploy fuseki as war into tomcat rather than the

Re: eclipse and shaded guava?

2017-09-11 Thread Chris Tomlinson
s://overview.mail.yahoo.com/mobile/?.src=Android> > On Tue, 12 Sep 2017 at 5:47, Chris Tomlinson > <chris.j.tomlin...@gmail.com> wrote: > Hi, > > I’m having a bit of a hassle getting eclipse Mars 4.5.2 to hook up properly &

Re: TextQueryPF, TextIndexLucene logging [was Re: jena-text highlighting support]

2017-10-23 Thread Chris Tomlinson
once only? I ask because > it is in a "getOrFill" so the Callable is only called when there is a cache > miss. > >Andy > > On 22/10/17 18:22, Chris Tomlinson wrote: >> Hello Andy, >> Thank you for the reply. I’m apparently not facile with log4j.p

Re: jena-text highlighting support

2017-10-22 Thread Chris Tomlinson
match in the returned literal. Thanks, Chris > On Oct 20, 2017, at 2:00 PM, Chris Tomlinson <chris.j.tomlin...@gmail.com> > wrote: > > Hi, > > I’m interested in looking into whether and how it might be possible to > incorporate Lucene highlighting into jena-text.

Re: TextQueryPF, TextIndexLucene logging [was Re: jena-text highlighting support]

2017-10-22 Thread Chris Tomlinson
import org.slf4j.Logger ; > import org.slf4j.LoggerFactory ; > > public class TextIndexLucene implements TextIndex { > private static Logger log = > LoggerFactory.getLogger(TextIndexLucene.class) ; What am I missing? Thanks, Chris > On Oct 21, 2017, at 3

Re: CMS diff: Jena Full Text Search

2017-11-27 Thread Chris Tomlinson
for these: JENA-1437 <https://issues.apache.org/jira/browse/JENA-1437>, JENA-1438 <https://issues.apache.org/jira/browse/JENA-1438>, and JENA-1439 <https://issues.apache.org/jira/browse/JENA-1439>. Thank you, Chris > On Nov 22, 2017, at 8:25 AM, Chris Tomlinson <chris.j.tomli

CMS diff: Jena Full Text Search

2017-11-27 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: CMS diff: Jena Full Text Search

2017-11-22 Thread Chris Tomlinson
Hi Andy and Osma, I posted JENA-1426 since the “improve this page” facility didn’t seem to offer any way to add a commit message or more extensive explanation of the reasons for the proposed edits and they were somewhat extensive. So raising an

CMS diff: Jena Full Text Search

2017-11-30 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: CMS diff: Jena Full Text Search

2017-11-30 Thread Chris Tomlinson
This commit updates the jena-text documentation to be consistent with the resolved JENA-1437 and JENA-1438 issues. Regards, Chris > On Nov 30, 2017, at 5:00 PM, Chris Tomlinson <anonym...@apache.org> wrote: > > Clone URL (Committers only): > https://cms.apache.org/redirect?ne

CMS diff: Jena Full Text Search

2017-11-24 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

CMS diff: Jena Full Text Search

2017-11-19 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: CMS diff: Jena Full Text Search

2017-12-01 Thread Chris Tomlinson
ges and I'm not deeply familiar with the text indexing so I'm > relying on others to verify them. > >Andy > > On 30/11/17 17:28, Chris Tomlinson wrote: >> This commit updates the jena-text documentation to be consistent with the >> resolved JENA-1437 and JENA-

Re: CMS diff: Jena Full Text Search

2017-12-09 Thread Chris Tomlinson
Hello, This commit, against the staging version of jena-text doc, corrects the documentation to reflect fix JENA-1439 graph queries fail 'lang:xx’ <https://github.com/apache/jena/pull/325>. Thank you, Chris > On Dec 9, 2017, at 5:45 PM, Chris Tomlinson <anonym...@apach

CMS diff: Jena Full Text Search

2017-12-09 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: TextQueryPF, TextIndexLucene logging [was Re: jena-text highlighting support]

2017-10-25 Thread Chris Tomlinson
Hello Andy, Mea culpa!! I finally tracked down my problem. The testbed was running a slightly older version than I had thought. Now that I’m using up-to-date I’m seeing the debug info that was added 19 Aug. Sorry for wasting b/w, Chris > On Oct 23, 2017, at 4:58 PM, Chris Tomlin

jena-text highlighting support

2017-10-20 Thread Chris Tomlinson
Hi, I’m interested in looking into whether and how it might be possible to incorporate Lucene highlighting into jena-text. I don’t see any other work, but perhaps others have dealt with the topic already. I was thinking of some sort of a 4th return parameter in the PF. While examining the

CMS diff: Jena Full Text Search

2018-01-20 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

CMS diff: Jena Full Text Search

2018-01-21 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

CMS diff: Jena Full Text Search

2018-01-21 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

CMS diff: Jena Full Text Search

2018-01-21 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: Welcome Chris!

2018-01-31 Thread Chris Tomlinson
Thank you all. I hope to be able to be helpful on the project going foward. Chris > On Jan 31, 2018, at 16:11, Andy Seaborne <a...@apache.org> wrote: > > We're pleased to announce that Chris Tomlinson (codeferret@) has become a > committer for Apache Jena. > > Wel

Re: CMS diff: Jena Full Text Search

2018-01-28 Thread Chris Tomlinson
superceeds the > previous ones? > > Andy > > On 22/01/18 03:15, Chris Tomlinson wrote: >> Clone URL (Committers only): >> https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext >> Chri

CMS diff: Jena Full Text Search

2018-01-03 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: [] Apache Jena 3.7.0 RC2

2018-04-09 Thread Chris Tomlinson
Downloaded source zip from https://dist.apache.org/repos/dist/dev/jena/ ; mvn clean package; and tested by running jena-fuseki-basic on Mac OS X 10.13.3, Oracle jdk 1.8.0_162. > Please vote to approve this release: >[ ] +1 Approve the

Re: [VOTE] Apache Jena 3.7.0 RC2

2018-04-09 Thread Chris Tomlinson
Downloaded source zip from https://dist.apache.org/repos/dist/dev/jena/ ; mvn clean package; and tested by running jena-fuseki-basic on Mac OS X 10.13.3, Oracle jdk 1.8.0_162. > Please vote to approve this release: >[ ] +1 Approve the

Re: [VOTE] Apache Jena 3.7.0 RC1

2018-03-30 Thread Chris Tomlinson
Downloaded https://git1-us-west.apache.org/repos/asf?p=jena.git;a=commit;h=d4e7063e ; mvn clean package; and tested by running jena-fuseki-basic on Mac OS X 10.13.3, Oracle jdk 1.8.0_162. > Please vote to approve this

Re: Towards Jena 3.8.0

2018-06-24 Thread Chris Tomlinson
I would offer to attempt the3.8.0 release but I'm sporadically available owing to other demands on my time and energies. I'm mostly working on non-critical path issues and I wouldn't want to be a blocker togetting 3.8.0 out. I've looked over the release documentation and it looks very thorough

Re: Lucene dependency could be upgraded

2018-10-27 Thread Chris Tomlinson
The indexes have to be upgraded following the directions at https://lucene.apache.org/solr/guide/7_5/indexupgrader-tool.html , as you’ve noted. The indexes for Lucene versions earlier than 6.x can not be converted directly to

Re: jena-text: question about dependencies

2019-01-21 Thread Chris Tomlinson
Hi Andy, I added the org.apache.lucene:lucene-backward-codecs dependency as part of the 3.10.0 and Lucene 7.4.0 upgrades. I ran across the need when I tried to run the 3.10.0-SNAPSHOT on a configuration which had a TextIndexLucene built under 3.9.0 with Lucene 6.4.x. The backward-codecs read

Re: [DISCUSS] Move Jena repo to gitbox or github

2018-12-12 Thread Chris Tomlinson
Hi Andy, > On Dec 12, 2018, at 7:35 AM, Andy Seaborne wrote: > > > > On 11/12/2018 17:19, Chris Tomlinson wrote: >> Hi Andy, >> My GH and ASF accounts are linked. As I understand the note from D.Gruno >> once jena is moved to GB then we can use either GB or

Re: [DISCUSS] Move Jena repo to gitbox or github

2018-12-11 Thread Chris Tomlinson
Hi Andy, My GH and ASF accounts are linked. As I understand the note from D.Gruno once jena is moved to GB then we can use either GB or GH or both in our individual workflows. For me just working with GH would be my choice. I’m not sure how far away 3.10.0 is (I’ve completed all of the

Re: [VOTE] Move the code repo to gitbox.apache.org

2018-12-12 Thread Chris Tomlinson
+1 To move code repo from git-wip-us to gitbox as soon as possible Chris > On Dec 12, 2018, at 12:17 PM, Andy Seaborne wrote: > > As per: email: > https://lists.apache.org/thread.html/5762798313a642dc90076e3562c83457571d92758d0d73e6010af0d0@%3Cdev.jena.apache.org%3E > > this is a vote to move

Re: CMS diff: Jena Full Text Search

2019-02-22 Thread Chris Tomlinson
I have (finally!) updated the jena text query documentation for the improvements that Vincent Ventresque submitted. Thank you Vincent for the contribution and your patience. Regards, Chris > On Jan 23, 2019, at 12:01 PM, vincent.ventres...@ens-lyon.fr > wrote: > > Clone URL (Committers

jena/publish

2019-02-25 Thread Chris Tomlinson
Hi, I’ve committed the several pending changes (Vincent Ventresque and Sorin Gheorghiu) to documentation/query/text-query.html. Is the documentation only published at release points or may it be published now to pick current updates that apply to 3.10? There are pending changes in: spatial,

CMS diff: Jena Full Text Search

2019-02-25 Thread Chris Tomlinson
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext Chris Tomlinson Index: trunk/content/documentation/query/text-query.mdtext

Re: jena/publish

2019-02-25 Thread Chris Tomlinson
gh I admit I don't know much about it. It's triggered using the Apache > CMS system, and can be done using the same controls we use to make commits > from the anonymous submissions we get on the website. > > ajs6f > >> On Feb 25, 2019, at 9:45 AM, Chris Tomlinson >>

Re: jena/publish

2019-02-25 Thread Chris Tomlinson
e to use the CMS control panel. > >Andy > > On 25/02/2019 15:27, Chris Tomlinson wrote: >> Hi, >> I just tried to jena/publish via cms after doing an edit and a commit via >> the cms web i/f and the bookmarklet: >> svnmucc: E170001: POST of '/repos/infr

Re: CMS diff: Jena Full Text Search

2019-01-28 Thread Chris Tomlinson
Hi Adam, I haven’t seen that error. What I’ve done in the past is to replace the jena-text doc file with the new contents in Eclipse in an SVN checkout of the jena-doc-site and then committed. Out of curiosity when is it necessary to use the [] ja:loadClass "org.apache.jena.tdb.TDB” .

Re: [jira] [Resolved] (JENA-1749) Support lucene field names in jena text queries

2019-10-06 Thread Chris Tomlinson
Hi Andy, I'll supply the doc update tomorrow, Monday. The docs should propagate as usual upon the release was my assumption. Thanks, Chris > On Oct 6, 2019, at 16:10, Andy Seaborne (Jira) wrote: > >  > [ >

Re: [] Apache Jena 3.13.1 RC 1.

2019-10-10 Thread Chris Tomlinson
[x] +1 Approve the release mvn verify install - completed successfully on MacOS 10.14.6 with Java 1.8.0_162-b12. Simple testing of fuseki-server ran without issue. Regards, Chris > On Oct 10, 2019, at 4:01 PM, Andy Seaborne wrote: > > Could we get a third vote for this release, please? >

Re: [VOTE][LAZY] Move from CMS/SVN to Hugo/Git

2020-02-21 Thread Chris Tomlinson
I like the idea of having the documentation on GitHub and separating the javadocs from the documentation website. I have no knowledge or opinion about mechanisms such as Hugo. +1 Chris T > On Feb 21, 2020, at 12:26 PM, Andy Seaborne wrote: > > Interpreting as a general "in principle" to

Re: [VOTE] Apache Jena 3.14.0 RC 1

2020-01-13 Thread Chris Tomlinson
[x] +1 Approve the release mvn verify install - completed successfully on MacOS 10.14.6 with Java 1.8.0_162-b12. Simple testing of fuseki-server ran without issue. Chris > On Jan 13, 2020, at 11:10 AM, Andy Seaborne wrote: > > +1 > >Andy > > On 13/01/2020 16:23, Andy Seaborne

Re: [VOTE] Split off GH PR email traffic to a new list.

2020-01-07 Thread Chris Tomlinson
+1 reduce clutter in 2020 Chris > On Jan 7, 2020, at 07:36, Andy Seaborne wrote: > > Happy 2020 everyone. > > From the [DISCUSS] around: > > https://lists.apache.org/thread.html/12988132a86780d1fc14c6f893099cac50875e1d04a360d6046fdc0a%40%3Cdev.jena.apache.org%3E > > here is the formal

Re: [VOTE] Apache Jena 3.15.0 RC 1

2020-05-16 Thread Chris Tomlinson
[x] +1 Approve the release Ran “mvn clean install" from release tag on GH w/ Mac OS/X 10.14.6, Java 1.8.0_162. No rat complaints. Packaged apache-jena-fuseki-3.15.0.tar.gz; ran fuseki-server w/o issue. Chris > On May 15, 2020, at 9:50 AM, Andy Seaborne wrote: > > Hi, > > Here is a vote on