On 25/09/13 14:53, Andrea Dessi wrote:
Hi,

I'm PHD student and I write you this email because I want you ask, if it's
possible, how can I get more information on how Apache Jena-Fuseki-LARQ
(indexing) works.

LARQ is replaced by the new jena-text module.

It uses Lucene for the actual text indexing, as did LARQ.

Why not take a look at the code?

https://svn.apache.org/repos/asf/jena/trunk/jena-text/src/main/java/org/apache/jena/query/text/

specifically
  TextQueryPF.java
that implements text;query
and
  TextIndexLucene
that is teh interface to Lucene.

        Andy



Thank you for your attention.

Best regards.



Reply via email to