On 09/01/17 19:40, A. Soroka wrote:
The layout of the statistics file is documented here:
https://jena.apache.org/documentation/tdb/optimizer.html#statistics-rule-file
tdbloader and tdbloader2 are the CLI utilities for building TDB databases, but
they are written in Java and can be used in Java.
https://jena.apache.org/documentation/tdb/commands.html#tdbloader
Jena is open source and maven central has source artifacts that you IDE
will automatically attach to your projects.
See the package:
org.apache.jena.tdb.solver.stats;
Andy
---
A. Soroka
The University of Virginia Library
On Jan 9, 2017, at 2:36 PM, Ganesh Selvaraj <[email protected]> wrote:
Hi All,
I am using Jena TDB for my work. So far I could not find much documentation
on data indexing and statistics building for Jena TDB.
I would prefer doing it via a Java API.
Any help/documentation is appreciated.
Thanks
Ganesh