Re: TDB2 - text indexing error on rebuilding indexes with jena.textindexer

2018-02-12 Thread Rob Vesse
Filed as JENA-1486: https://issues.apache.org/jira/browse/JENA-1486 Rob On 12/02/2018, 14:11, "Rob Vesse" wrote: This is probably a bug in the command line tool textindexer, looking at the source code it just attempts to access the Dataset given in the descriptor

Re: TDB2 - text indexing error on rebuilding indexes with jena.textindexer

2018-02-12 Thread Rob Vesse
This is probably a bug in the command line tool textindexer, looking at the source code it just attempts to access the Dataset given in the descriptor without attempting to use a transaction. Since TDB2 requires transactions it will not be possible to use this tool until the bug is fixed Rob

TDB2 - text indexing error on rebuilding indexes with jena.textindexer

2018-02-12 Thread Sweeney, Chris
Using version 3.6.0 and TDB2 with Java 1.8.0_162 and running java -cp $FUSEKI_HOME/fuseki-server.jar jena.textindexer --desc=sepadcat.ttl I tried to update the text indexes after adding a field in the assembler file and got the error below. I deleted the indexes, reverted to the previous