Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3624

example/solr/collection1/conf/solrconfig.xml sample library declarations off-by-one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.0-BETA, 6.0
    • Build
    • None

    Description

      In solr/example/solr/collection1/conf/solrconfig.xml this declaration:

        <lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" />
        <lib dir="../../contrib/extraction/lib" regex=".*\.jar" />
      

      should be:

        <lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" />
        <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" />
      

      This problem happened when the example/solr became example/solr/collection1.

      Attachments

        1. SOLR-3624.patch
          2 kB
          Jan Høydahl

        Issue Links

          Activity

            People

              janhoy Jan Høydahl
              lancenorskog Lance Norskog
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: