A fault-tolerant and replicated data publishing solution (by Epimorphics)... and how to calculate the triples to add/remove?

2012-05-18 Thread Paolo Castagna
Hi, I've just read this blog post from Andy: http://www.epimorphics.com/web/wiki/epimorphics-builds-data-publish-platform-environment-agency It describes a quite simple fault-tolerant and replicated data publishing solution using Apache Jena and Fuseki. Interesting. It's a master/slave

Re: Ideas for an efficient TDB check?

2012-05-25 Thread Paolo Castagna
Hi André, I know exactly how you feel and I had exactly the same need at times. How you know if your TDB indexes are all fine? Add the work 'production' to it and everything becomes more 'fun'. :-) Fortunately, we use replication and have the ability to replay updates going back as much as we

Re: Import Messures

2012-06-24 Thread Paolo Castagna
of RAM and move indexes elsewhere). Paolo Regards, Stefan Am 24.06.2012 10:42, schrieb Paolo Castagna: Hi Stefan, as Rob said, loading data into an empty TDB store is a different from loading data into an existing TDB store. I assume that for your second data load you used tdbloader

Re: just trying to read in an RDF file ...

2012-06-24 Thread Paolo Castagna
Andy Seaborne wrote: On 24/06/12 09:23, Paolo Castagna wrote: Jena has moved to the Apache Software Foundation and it is not a TLPc (i.e. top level project). s/not/now/ Sorry. Yes, now! ;-) Paolo Jena is a TLP. Andy

Re: Want to run SPARQL Query with Hadoop Map Reduce Framework

2012-06-25 Thread Paolo Castagna
Hi Mizanur, when you have big RDF datasets, it might make sense to use MapReduce (but only if you already have an Hadoop cluster at hand. Is this your case?). You say that your data is 'huge', just for the sake of curiosity... how many triples/quads is 'huge'? ;-) Most of the use cases I've seen

Re: Want to run SPARQL Query with Hadoop Map Reduce Framework

2012-06-26 Thread Paolo Castagna
. I will knock you after going through your links. Sure, let me know how it goes. Paolo - Sincerely Md Mizanur On Tue, Jun 26, 2012 at 12:50 AM, Paolo Castagna castagna.li...@googlemail.com wrote: Hi Mizanur, when you have big RDF datasets, it might make sense to use MapReduce

Re: LARQ prefix search results missing hits

2012-08-17 Thread Paolo Castagna
/pom.xml to match the current svn versions), rebuilt Fuseki and now the problem is gone! I would suggest that this constant be increased to something larger than 1000. Based on the code comment, you seem to have had similar thoughts sometime in the past :) Thanks, Osma 15.07.2012 11:21, Paolo

Re: LARQ prefix search results missing hits

2012-08-26 Thread Paolo Castagna
Hi Osma On 20/08/12 11:10, Osma Suominen wrote: Hi Paolo! Thanks for your quick reply. 17.08.2012 20:16, Paolo Castagna wrote: Does your problem go away without changing the code and using: ?lit pf:textMatch ( 'a*' 10 ) I tested this but it didn't help. If I use a parameter less

Re: LARQ prefix search results missing hits

2012-09-10 Thread Paolo Castagna
] http://4store.org/trac/wiki/TextIndexing 26.08.2012 22:49, Paolo Castagna wrote: Hi Osma On 20/08/12 11:10, Osma Suominen wrote: Hi Paolo! Thanks for your quick reply. 17.08.2012 20:16, Paolo Castagna wrote: Does your problem go away without changing the code and using: ?lit pf:textMatch

Re: LARQ prefix search results missing hits

2012-09-11 Thread Paolo Castagna
Apologies, this was a mistake. Paolo On 10 September 2012 23:07, Paolo Castagna castagna.li...@gmail.com wrote: Hi Osma On 28/08/12 14:22, Osma Suominen wrote: Hi Paolo! Thanks a lot for the fix! I have tested the latest snapshot and it now works as expected. At least until I add lots

Re: SDB - community testing RC

2012-09-13 Thread Paolo Castagna
Ciao Francesco, thanks for sharing. Just a couple of (late) comments. On 6 September 2012 13:21, Francesco Panico fpan...@imolinfo.it wrote: It's two year my society (GruppoImola) works with jena. Our customers are banks and insurances, so it's important to store triples in a relational DB

Re: Fueski with Larq - query anomaly

2012-11-16 Thread Paolo Castagna
On 24/10/12 12:11, Osma Suominen wrote: Hi Elli! It seems that at least part of your problem is having duplicates in the LARQ index. Have you tried creating the Lucene index using the larqbuilder command line tool, instead of removing the index and just letting Fuseki rebuild it when it starts?

Re: Fueski with Larq - query anomaly

2012-11-16 Thread Paolo Castagna
Hi Osma, hi Elli On 02/11/12 10:34, Osma Suominen wrote: Hi Elli! [apparently your reply didn't come through the mailing list, but this one should] 31.10.2012 23:11, Elli Schwarz kirjoitti: Thank you for the tip. Yes, if I generate the index using the larqbuilder command, I don't get the

Re: Accents-insensitive search with LARQ

2012-11-16 Thread Paolo Castagna
On 27/10/12 00:31, Ondřej Hoferek wrote: Hi all, I would like to use the full text search with LARQ for accent-insensitive matching. I.e. pattern {?literal pf:textMatch laska} should also return literal láska žije. I know that in Lucene, there is a class ISOLatin1AccentFilter which can be used

Re: LARQ index restrictions with Fuseki

2012-11-16 Thread Paolo Castagna
Hi Ondřej On 26/10/12 21:50, Ondřej Hoferek wrote: Hi all, As far as I understood, LARQ index will be created for all the literals in given dataset when used with Fuseki with configuration: #dataset1 rdf:type tdb:DatasetTDB ; tdb:location /tmp/tdb ; ja:textIndex /tmp/lucene . Is it possible

Re: Fueski with Larq - query anomaly

2012-11-16 Thread Paolo Castagna
On 16/11/12 22:20, Paolo Castagna wrote: Elli, could you provide an example with some data and your query? Apologies Elli, I now have found your example. ;-) Paolo

Re: Fueski with Larq - query anomaly

2012-11-16 Thread Paolo Castagna
Hi Elli On 23/10/12 16:47, Elli Schwarz wrote: Hello, I am using Fuseki with Larq (thanks to Osma's recent instructions - thanks Osma!) where I recompiled Jena (after adding the Larq dependency) to Jena revision 1399877 (this past Friday morning's version of the trunk). I'm noticing the