On 8/9/13 9:14 AM, z...@smiy.org wrote:
Hi,

I'm testing the new Virtuoso (VOS) 7 right now. I got the sources from
sourceforge and build it at my local machine. So far everything went
fine. I loaded my dataset into Virtuoso, I installed the Facet Browser
vad and generated the indices etc. for facet browsing. Then I
recognized that the Facet Browser vad was build for Virtuoso 6.2. So I
decided to re-compile the sources to be able to utilise a full
Virtuoso 7 compatible Facet Browser vad. So I deinstalled the old
Facet Browser vad and installed my new (from the Virtuoso 7 sources
compiled) Facet Browser vad and regenerated the indices. Now I'm
getting always the following error, when trying to do a text search:

SQLSTATE: 37000


SQLMSG  : SQ074: Line 6: SP031: SPARQL compiler: Free-text options can
be specified only for triple patterns with special predicates, not for
plain patterns at ')' before 'xx'


More info…

SPARQL:
select  xmlelement ('result',
                                     xmlattributes ('text-d' as "type"),
                                     "res")
                                     from (sparql     select
                        (<sql:s_sum_page> (<sql:vector_agg> (<bif:vector> (?c1, 
?sm,
?g1)), <bif:vector> ('Dirk'))) as ?res where { {
        select (<SHORT_OR_LONG::>(?s1)) as ?c1,  (<sql:S_SUM> (
<SHORT_OR_LONG::IRI_RANK> (?s1), <SHORT_OR_LONG::>(?s1textp),
<SHORT_OR_LONG::>(?o1), ?sc ) ) as ?sm, <SHORT_OR_LONG::>(?g) as ?g1
where { quad map virtrdf:DefaultQuadMap { graph ?g {  ?s1 ?s1textp ?o1
. ?o1 bif:contains  '"Dirk"'  option (score ?sc)  . } } } order by
desc (<sql:sum_rank> ((<sql:S_SUM> ( <SHORT_OR_LONG::IRI_RANK> (?s1),
<SHORT_OR_LONG::>(?s1textp), <SHORT_OR_LONG::>(?o1), ?sc ) ) ) ) limit
20  offset 0 }}) xx option (quietcast)


Permalink

STATE:
<?xml version="1.0" encoding="UTF-8" ?><query inference="" same-as=""
view3="" s-term="" c-term="" agg=""><text>Dirk</text><view
type="text-d" limit="20" offset="" /></query>

It looks like that the text search is somehow broken now. However, the
Entity Label and the Entity URI lookup still seems to work as
expected. So how can I fix this problem? Or do I need to create a
complete fresh datebase and load everthing into it again and generate
the indices for facet browsing?
Unfortunatelly, the Facet Browser vad that was compiled for Virtuoso
6.2 worked like a charm before ... :\

Cheers,


Bo
Yes, this is a problem that's been recreated in-house re. the faceted browser. It's basically free text index related matter.

We are working on a fix.

Thanks!


Kingsley

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen





Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to