Re: NullPointerExceptions in v3.6.0

2018-03-01 Thread Chris Wood
Hi Andy (et al.), I hope this is a minimal, reproducible example - and shows that I still get the error after compilation with maven. If I run the same code as an independent project in Eclipse (i.e. without maven integration) then it works as expected and the final tdbquery command returns the re

Re: Inline Values and XSD Time Series

2018-03-01 Thread Marco Neumann
I'd like to see having jena /tdb as powerful as possibly in the future but also don't mind to delegate to an external index for now to attain faster data access. e.g. the jena spatial extension gives me roughly 10x faster data access for my kind of queries over similar FILTER based range queries.

Re: Inline Values and XSD Time Series

2018-03-01 Thread Andy Seaborne
On 01/03/18 12:46, Marco Neumann wrote: a query could look like this

Re: Inline Values and XSD Time Series

2018-03-01 Thread Marco Neumann
a query could look like this

Re: NullPointerExceptions in v3.6.0

2018-03-01 Thread Chris Wood
Hi Andy, Yeh, that was on my debugging list! I've seemingly tracked it down to a maven problem. I'm working in eclipse: when I created a new project and copied all the files across and ran it in eclipse, it worked; as soon as I built and packed via maven, I got the error. I'll do some more digging

Re: Inline Values and XSD Time Series

2018-03-01 Thread Marco Neumann
https://lucidworks.com/2016/02/13/solrs-daterangefield-perform/ On Thu, Mar 1, 2018 at 1:22 PM, Andy Seaborne wrote: > > > On 28/02/18 17:53, Marco Neumann wrote: >> >> thank you, it's less than I hoped for > > > Concrete example? > > > >> but certainly more than what I >> can ask for Andy :) >>

Re: Inline Values and XSD Time Series

2018-03-01 Thread Andy Seaborne
On 28/02/18 17:53, Marco Neumann wrote: thank you, it's less than I hoped for Concrete example? but certainly more than what I can ask for Andy :) In short I'd like to get the xsd:dateTime scan out of the sparql filter and perform a more efficient range via a date index similar to the jen