Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-05 Thread Ivan Mikhailov
Hello Alexander, But what if the user enters the following string: > > someEnglishWord and someRussianWord or someIndianWord > > Will it work if I just place this string inside single quotes? Or > should I place into single quote someRussianWord and someIndianWord > separately? To prevent ambi

Re: [Virtuoso-users] GPF: rltrx.c:1058 more locks than rows

2010-03-05 Thread Hugh Williams
Hi Mirko, As you table is so large we are unlikely to be able to recreate locally. Can you rebuild your virtuoso server with the configure option "--with-debug" to leave symbol information in the binaries and use the resultant Virtuoso binary (virtuoso-t) to start your server and recreate the p

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-05 Thread Alexander Sidorov
Hi Ivan, But what if the user enters the following string: someEnglishWord and someRussianWord or someIndianWord Will it work if I just place this string inside single quotes? Or should I place into single quote someRussianWord and someIndianWord separately? Regards, Alexander 2010/3/5 Ivan M

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-05 Thread Ivan Mikhailov
Hello Alexander, Non-English words should be placed in single or double quotes inside the literal, like phrases. Quoted fragments are tokenized into indexable words, depending on number of tokens they become single words, phrases or empty sequences (if the fragment consists of non-word garbage onl

Re: [Virtuoso-users] GPF: rltrx.c:1058 more locks than rows

2010-03-05 Thread Mirko
I isolated my problem to a single query. The following DELETE query causes a GPF: DELETE FROM DB.DBA.ENTRIES WHERE dateadd('day', 38, post_datetime) < now() [...] 11:29:03 Mildly suspect to shift a deleted rl to the rihgt side of a split 11:29:03 Mildly suspect to shift a deleted rl to the rihgt

Re: [Virtuoso-users] Access nonlocal Virtuoso instance

2010-03-05 Thread Ivan Mikhailov
Alexander, 1. Something strange: I don't see my second mail in the list. 'ping -A -c200 -s1472 ' is fully sufficient test, -s65507 is redundant and may demonstrate problems absolutely not related to the TCP transport in question. If it works with -s1472 then the problem is not there. 2. For any s

Re: [Virtuoso-users] Access nonlocal Virtuoso instance

2010-03-05 Thread Alexander Sidorov
Hi Ivan, Looks like our connection is not enough stable. But it is not a big problem for us. We just decided what to choose: to use one common Virtuoso instance for all developers (for debug) or to install Virtuoso instance per developer. Now the answer is obvious :) Regards, Alexander 2010/3/4

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-05 Thread Alexander Sidorov
Hi Hugh, Have I understood right that bif:contains' query "hello and world" is equal to "'hello' and 'world'"? If yes, it looks very inconvenient. Imagine the situation when user enters a query and then my application gives it to Virtuoso Full Text Search. Of course I will give it using just one s