On 21/06/13 12:03, baran_H wrote:
On Fri, 21 Jun 2013 12:09:20 +0200, Andy Seaborne <[email protected]> wrote:
i have had the THE SAME problem for all jena-fuseki-0.2.8 + jena-text,
with rdfs:label-indexing for dbpedia-dataset.
It would be very useful that we get a small example which runs without
problems, perhaps a config.ttl for books.ttl in TDB o a similar thing.
baran
Hi,
There is config-tdb-text.ttl in the distribution that is a combination
of text indexing and TDB.
Andy
ok, after reading your reply to Joachim, i load books.ttl with command-line
-Xmx2048M
-Dlog4j.configuration=jena-fuseki-0.2.8-SNAPSHOT\log4j.properties -cp
fuseki-0.2.8-SNAPSHOT\*; tdb.tdbloader --loc myDB myDB\myData\books.ttl
What must command line must be, so that 'indexing dc:title' is also
handled?
You'll need to write an appropriate configuration file and use
jena.textindexer from the #31 development build.
There are too many configuration details to have a setup whereby only
arguments on the command line are used.
It can be the Fuseki configuration file if there is only one defined
text dataset in it.
Andy
thanks, baran