On 22/07/13 13:43, [email protected] wrote:
Hi,
I read here
http://jena.apache.org/documentation/query/text-query.html that a new
free-text querying module was released with version 2.10.2.
Unfortunately I can only find version 2.10.1 on the download page
(http://www.apache.org/dist/jena/binaries/). What is the schedule for
2.10.2?
I want to enable and speed up queries that use something like
"starts-with" or "contains" on string literals (mostly in annotation
properties). Am I right assuming that I either need jena-text or LARQ
(if 2.10.2 is not available yet) for that? I am experiencing slow
performance when using Sparql and regex functions on a triple store
with about 90.000 classes.
Regards, Wolfgang
Jena 2.10.2 has not been released - the documentation escaped from the
staging website a bit early.
You can use a SNAPSHOT and it's included in the Fuseki snapshot build.
https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-text/1.0.0-SNAPSHOT/
At the moment, SNAPSHOTs are pretty stable - we operate a "trunk is
releasable" policy unless we have to make some kind of exception (which
hasn't happened at Apache).
Andy