Re: [Virtuoso-users] Programmatically putting RDFs into Virtuoso

2010-02-28 Thread Kingsley Idehen
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

Re: [Virtuoso-users] Connections threshold for VOS

2010-02-28 Thread Kingsley Idehen
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

[Virtuoso-users] Programmatically putting RDFs into Virtuoso

2010-02-28 Thread Rameswara Sashi Kiran Challa
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

Re: [Virtuoso-users] Connections threshold for VOS

2010-02-28 Thread Alexander Sidorov
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! >>

Re: [Virtuoso-users] Connections threshold for VOS

2010-02-28 Thread Kingsley Idehen
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

Re: [Virtuoso-users] Complex search based on Virtuoso Free Text Search

2010-02-28 Thread Nathan
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

Re: [Virtuoso-users] Complex search based on Virtuoso Free Text Search

2010-02-28 Thread Nathan
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

[Virtuoso-users] Connections threshold for VOS

2010-02-28 Thread Alexander Sidorov
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

[Virtuoso-users] Complex search based on Virtuoso Free Text Search

2010-02-28 Thread Alexander Sidorov
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