Hi Hugh,
On Tue, Oct 27, 2009 at 15:33, Hugh Williams wrote:
> Can you please provide a copy of your Virtuoso Configuration file
> (virtuoso.ini) and Virtuoso log file (virtuoso.log) for review.
>
The log shows nothing unusual - the usual startup/roll forward and then
nothing but checkpoints. I'
HI Sebastian,
The documentation of the Virtuoso RDF ODBC extensions[1] contains an error:
In the example the box flags are compared to 1 to determine if the result is a
IRI:
switch (dvtype)
{
case VIRTUOSO_DV_STRING:
{
if (flag == 1)
In fact it needs to be:
s
The documentation of the Virtuoso RDF ODBC extensions[1] contains an error:
In the example the box flags are compared to 1 to determine if the result is a
IRI:
switch (dvtype)
{
case VIRTUOSO_DV_STRING:
{
if (flag == 1)
In fact it needs to be:
switch (dvtype)
Is it possible/easy to change the minimum number of characters (now 4)
bif:contains requires
to do full text search.
Thanks,
Lourens