Hi Laura, It would be helpful to see the assembler file. Then we may get closer to whether there's a bug.
Regards, Chris > On Oct 6, 2019, at 12:27, Laura Morales <[email protected]> wrote: > > I'm trying to enable full text search on a Fuseki v3.12 instance but I get > the error shown below. The assembler is pretty much a copycat of the > documentation, with a Lucene text index. The assembler contains the prefix > "text: <http://jena.apache.org/text#>". > Is this a bug? > > $ java -cp fuseki-server.jar jena.textindexer --desc=run/config.ttl > org.apache.jena.sparql.ARQException: No such type: > <http://jena.apache.org/text#TextDataset> > at > org.apache.jena.sparql.core.assembler.AssemblerUtils.build(AssemblerUtils.java:134) > at > org.apache.jena.query.text.TextDatasetFactory.create(TextDatasetFactory.java:38) > at jena.textindexer.processModulesAndArgs(textindexer.java:90) > at jena.cmd.CmdArgModule.process(CmdArgModule.java:52) > at jena.cmd.CmdMain.mainMethod(CmdMain.java:92) > at jena.cmd.CmdMain.mainRun(CmdMain.java:58) > at jena.cmd.CmdMain.mainRun(CmdMain.java:45) > at jena.textindexer.main(textindexer.java:52) >
