<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I'm trying to use Solr for indexing instead of ElasticSearch.<br>
    Following the documentaion, I have installed these already:<br>
    <br>
        cpanm -qn --installdeps Catmandu Catmandu::MARC Catmandu::Solr
    Catmandu::Store::Solr Catmandu::Importer::Solr
    Catmandu::Importer::OAI<br>
    <br>
    and in my catmandu.store.yml:<br>
        search:<br>
        package: Solr<br>
        options:<br>
            url: <a class="moz-txt-link-freetext" href="http://localhost:8983/solr">http://localhost:8983/solr</a><br>
    <br>
    and Solr is up and running. Despite that while dropping the old
    indizes and creating new one I get the Error-Message:<br>
        Oops! Can't find the store 'Solr' in your configuration file or
    Catmandu::Store::Solr is not installed.<br>
    <br>
    Any Idea? Have I forgot something?<br>
    <br>
    BTW, the "docker standalone" and "docker-compose" versions of
    LibreCat bundle for Ubuntu 14 are now in our git repository
    available:<br>
        https;//git.com/subugoe/pub_dev<br>
    <br>
    There is one major issue, which could be ignored for development
    purposes, and is that everything is been installed and handled via
    superuser 'root'.<br>
    Still didn't have time to creat a working installation for another
    user like 'librecat'.<br>
    <br>
    Cheers,<br>
    A.<br>
    <br>
    <div class="moz-signature">-- <br>
      <div id="Signiture" style="font-size: 11pt;">
        <p><strong>Arash Samadi</strong><br>
          Digitale Biblothek, Bibliotheksysteme (BIS)</p>
        <p>Georg-August-Universität Göttingen<br>
          Niedersächsische Staats- und Universitätsbibliothek<br>
          D-37073 Göttingen</p>
        <p>Platz der Göttinger Sieben 1 (Zentralbibliothek, LRC, Raum
          2.19)</p>
        <p>Tel: +49 39-20726<br>
          m@il: <a href="mailto:samadi@sub.uni-goettingen.de">samadi@sub.uni-goettingen.de</a><br>
          www: <a href="http://www.sub.uni-goettingen.de">http://www.sub.uni-goettingen.de</a></p>
      </div>
    </div>
  </body>
</html>