Re: How to associate a triple with a weight value?

2014-09-18 Thread Dave Reynolds
On 18/09/14 01:31, Deyan Chen wrote: Hi Dave, Thank you for your reply. I know the means of the error, but I want to know why the second case(model created by Model.union()) doesn't report the error. Presumably because in that case you are using TDB instead of an in-memory data structure.

Re: How to associate a triple with a weight value?

2014-09-18 Thread Deyan Chen
在 2014年09月18日 15:32, Dave Reynolds 写道: On 18/09/14 01:31, Deyan Chen wrote: Hi Dave, Thank you for your reply. I know the means of the error, but I want to know why the second case(model created by Model.union()) doesn't report the error. Presumably because in that case you are using TDB

Re: How to associate a triple with a weight value?

2014-09-18 Thread Dave Reynolds
On 18/09/14 09:26, Deyan Chen wrote: 在 2014年09月18日 15:32, Dave Reynolds 写道: On 18/09/14 01:31, Deyan Chen wrote: Hi Dave, Thank you for your reply. I know the means of the error, but I want to know why the second case(model created by Model.union()) doesn't report the error. Presumably

Re: How to associate a triple with a weight value?

2014-09-18 Thread Deyan Chen
Hi Dave, Your explains and suggestions are very helpful to me. Thank you very much. Deyan Chen 在 2014年09月18日 16:44, Dave Reynolds 写道: On 18/09/14 09:26, Deyan Chen wrote: 在 2014年09月18日 15:32, Dave Reynolds 写道: On 18/09/14 01:31, Deyan Chen wrote: Hi Dave, Thank you for your reply. I

text query analyzer problem

2014-09-18 Thread Paul Tyson
I've been using the configurable text query analyzer in jena 2.11.2 (fuseki 1.0.2) since it was provided by JENA-654. I use the KeywordAnalyzer to index a field that contains part numbers, which are mostly composed of digits with dashes, but a fair amount of alphabetic characters. I just noticed

Re: text query analyzer problem

2014-09-18 Thread Osma Suominen
Hi Paul! Can you provide an example query, some data, and the results you got instead of what you were expecting? I've been testing different analyzer configurations (though not yet in production) and I think I'd have noticed if the query parser would have used a different Analyzer than the