fcrepo-exts / fcrepo-vagrant

Fedora 4 Vagrant Virtual Machine
26 stars 22 forks source link

Add fcrepo-camel-ldpath to vagrant for Solr indexing #59

Closed whikloj closed 8 years ago

whikloj commented 8 years ago

Resolves FCREPO-2241

ruebot commented 8 years ago

@whikloj

karaf@root()> feature:list | grep ldpath
fcrepo-ldpath                           | 4.6.1            | x        | Started     | toolbox-features-4.6.1      |

Anything else you want me to verify?

whikloj commented 8 years ago

@ruebot If you have a instance running, create an object and make sure it appears in Solr. Otherwise I'm good.

ruebot commented 8 years ago
{
  "responseHeader":{
    "status":0,
    "QTime":0,
    "params":{
      "q":"*:*",
      "indent":"true",
      "wt":"json"}},
  "response":{"numFound":3,"start":0,"docs":[
      {
        "id":"http://localhost:8080/fcrepo/rest",
        "_version_":1546284387028434944},
      {
        "id":"http://localhost:8080/fcrepo/rest/JAREDISAWESOME/RJD",
        "_version_":1546284409751076864},
      {
        "type":["http://fedora.info/definitions/v4/repository#Container",
          "http://fedora.info/definitions/v4/repository#Resource",
          "http://www.w3.org/ns/ldp#Container",
          "http://www.w3.org/ns/ldp#RDFSource"],
        "id":"http://localhost:8080/fcrepo/rest/JAREDISAWESOME",
        "hasParent":["http://localhost:8080/fcrepo/rest/"],
        "created":"1474651702365",
        "lastModified":["1474651702365"],
        "lastModifiedBy":["fedoraAdmin"],
        "createdBy":["fedoraAdmin"],
        "_version_":1546284410409582592}]
  }}