Hi Jérôme, the feature you need is not currently implemented in LARQ. However, why don't you create a JIRA issue (New Feature|Improvement) for it? https://issues.apache.org/jira/browse/JENA
If you have a suggestion or, even better, a patch for it attach that to the JIRA. I'll look at it later. Thanks, Paolo Jérôme wrote: > Hi, > > I'm currently working with JOSEKI. > > My client (a web application) does: > [...] > QueryExecution qExec = QueryExecutionFactory.sparqlService(url, > query); > ResultSet set = qExec.execSelect(); > [...] > > At the server side, search(query) is called on a IndexSearcher object. > > I would like to call the "explain" method instead of the "search" one. > > I have not found how to do it with the Jena API. > > Should I implement my own method? By adding an "explain" method in the > IndexLarq class? > > Thank you. > > Jérôme > >
