Hi Chris, 

Many thanks for the quick reply.  I think it was a simple mistake, 
unfortunately.  I neglected to flush the buffer.  :/ 

Seems strange, as the buffer flushes automatically after 5 seconds of 
inactivity, which there surely had been.  It seemed to take much longer than 
this. 

Rob


-----Original Message-----
From: Chris Wilper [mailto:cwil...@duraspace.org] 
Sent: Tuesday, December 14, 2010 9:24 PM
To: Support and info exchange list for Fedora users.
Subject: Re: [fcrepo-user] risearch null result set

Hi Rob,

The query looks good.  One quick thing you can do is dump all triples:
Go to the "Find Triples" triples tab and enter "* * *" (without the
quotes) as an SPO query.

If that works, maybe you haven't ingested any service definition
objects yet?  You should have at least 4 content model objects (the
built in ones) though, so if you replace the ServiceDefinition-3.0 URI
in your query with <info:fedora/fedora-system:ContentModel-3.0>, that
should definitely return something.

- Chris

On Tue, Dec 14, 2010 at 6:16 PM, Wolff, Robert <rob.wo...@unh.edu> wrote:
> Hi Everyone,
>
> We’re currently having trouble returning results from risearch.
>
> I have enabled the Resource Index in fedora.fcfg and rebuilt the index
> without any errors.  We’re running Fedora 3.4.1 and using the local mulgara
> triplestore.
>
> Submitting the example itql query from the documentation:
>
> select $object $modified from <#ri>
> where  $object <fedora-model:hasModel>
> <info:fedora/fedora-system:ServiceDefinition-3.0>
> and    $object <fedora-view:lastModifiedDate> $modified
>
> ...only yields the field names: "object","modified" with no results.
>
> Is there a way to verify what is actually in the triplestore?  I’ve set the
> org.fcrepo log to DEBUG, but the root level log has to remain at INFO
> because of, I assume, this bug:
> https://jira.duraspace.org/browse/FCREPO-833.  (Otherwise, fedora will not
> start.)
>
> The only mulgara related info in the fedora.log file indicates that mulgara
> has substituted aliases.  The fedora-rebuild.log file seems to indicate that
> its successfully parsing triples, so I’m not sure why the triplestore
> appears to be empty.  The data/resourceIndex directory clocks in at 89M so
> there’s something in there.  :)
>
> Does anyone know how I might troubleshoot this?  Apologies if these are
> basic questions.
>
> Cheers,
> Rob
>
>
> Robert Wolff
> University of New Hampshire Library
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
>
>

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to