Rameswara Sashi Kiran Challa wrote:
Hello All,
I had set up virtuoso on both Windows (recently) and Unix (earlier).
In the Windows installation I had to create an Instance of service and
start that particular instance. Where as in unix if I just did
./virtuoso-t and it started the server and I
Alexander Sidorov wrote:
Hi Kingsley,
Sorry, I didn't understand your last sentence. What do you mean by
"Re. Cloud we are reevaluating the current threshold now that we have
v6.1 released in both closed and open source variants."?
Meaning, there was a time we had a 25 session threshold that a
Hello All,
I had set up virtuoso on both Windows (recently) and Unix (earlier).
In the Windows installation I had to create an Instance of service and start
that particular instance. Where as in unix if I just did ./virtuoso-t and it
started the server and I was able to access the Conductor. Could
Hi Kingsley,
Sorry, I didn't understand your last sentence. What do you mean by "Re.
Cloud we are reevaluating the current threshold now that we have v6.1
released in both closed and open source variants."?
Regards,
Alexander
2010/2/28 Kingsley Idehen
> Alexander Sidorov wrote:
>
>> Hello!
>>
Alexander Sidorov wrote:
Hello!
Is there any connections threshold for Virtuoso Open Source Edition
similar to Cloud Edition?
P. S. It would be so great to see a complete editions comparison table...
Comparison table is coming.
There is no threshold re. VOS.
Re. Cloud we are reevaluating t
Nathan wrote:
>
> SELECT DISTINCT ?s (sum(?oscore)) as ?finalWeight WHERE {
> { select ?s (xsd:integer( ?oscore * 1.4 )) as ?weight where {
> ?s ?o . ?o bif:contains '"search text"' option(score ?oscore)
> } } UNION {
> { select ?s (xsd:integer( ?oscore * 1.8 )) as ?weight where {
> ?s ?o . ?o
Alexander Sidorov wrote:
> Hello!
>
> I came to the most important part of my application - searching. What I need
> in my RDF-based search is to implement Free Text Search for several
> predicates, get relevance for each of them and then combine it some way into
> total relevance. The first idea
Hello!
Is there any connections threshold for Virtuoso Open Source Edition similar
to Cloud Edition?
P. S. It would be so great to see a complete editions comparison table...
Regards,
Alexander
Hello!
I came to the most important part of my application - searching. What I need
in my RDF-based search is to implement Free Text Search for several
predicates, get relevance for each of them and then combine it some way into
total relevance. The first idea was to use bif:contains, but I have n