Hi Hugh.
On 02/28/2011 01:58 PM, Hugh Williams wrote:
> Sebastian,
>
> On 28 Feb 2011, at 07:34, Sebastian Trüg wrote:
>
>> Hi Hugh,
>>
>> On 02/26/2011 03:02 PM, Hugh Williams wrote:
>>> Hi Sebastian,
>>>
>>> This is because the insert operation are being performed in transaction
>>> mode, whi
Hello Bruno,
Internally, bif:contains uses CONTAINS predicate and an SQL free-text
index, so the syntax of patterns is as simple as
http://docs.openlinksw.com/virtuoso/queryingftcols.html#textexprsyntax
The text of each quoted phrase is divided into words, non-word
characters are thus undistinguis
I want to write a java program which has multi thread connection to get data
from virtuoso server but it did not work.any one have any simple example?
i really need it.thanks.
On Tue, 2011-02-15 at 16:12 +, Hugh Williams wrote:
>
> Being are very large dataset have you tuned your Virtuoso Server for
> running on the target OS as detailed at:
> http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html
For the record (because I did not see it at first).
Dear friends,
I have some labels with different characters like "\", "/", "&", "*", "+",
"-", etc. I index them in the virtuoso's free text search.
How to find them without breaking the function ? I would like to know if
there is an official documentation for bif-contains somewhere, I tried to
fi
Sebastian,
On 28 Feb 2011, at 07:34, Sebastian Trüg wrote:
> Hi Hugh,
>
> On 02/26/2011 03:02 PM, Hugh Williams wrote:
>> Hi Sebastian,
>>
>> This is because the insert operation are being performed in transaction
>> mode, which you can turn off and force the auto-committing of the the
>> tra
Hi Hugh
Any further news/progress on this?
I would really like to get my next release made this week and would very
much prefer not to have to ship it with some variation of "Virtuoso support
is broken" as a Known Issue. But I have a lot of bug fixes for my own
code's issues in the new releas
Hi Hugh,
On 02/26/2011 03:02 PM, Hugh Williams wrote:
> Hi Sebastian,
>
> This is because the insert operation are being performed in transaction mode,
> which you can turn off and force the auto-committing of the the transactions
> to avoid the log limit being exceeded and is generally recomme