Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-26855

Feedback on Doc : Solr 5.x

    XMLWordPrintable

Details

    Description

      Solr

      Document: https://doc.ez.no/display/EZP/Solr+Search+Engine+Bundle
      Suggestions:

      Step 3 Configuring & Starting Solr

      ->TOADD:

      1. Make sure to change the /opt/solr/ path with where you have placed Solr
        solrconfig.xml file is located in /opt/solr/example/solr/collection1/conf/
        ->END

      Step 4: Configuring bundle (Discovered in https://jira.ez.no/browse/EZP-25163 )

      ->TOADD:
      In parameters.yml also add:
      parameters:
      solr_dsn: 'http://localhost:8983/solr'
      ->END

      Step 5: Configuring repository with the specific search engine (Adding Full Example)

      ->TOADD:

        doctrine:
          dbal:
              connections:
                  my_repository_connection:
                      #...
        ezpublish:
          #...
          repositories:
              my_repository:
                  engine: legacy
                  connection: my_repository_connection
                  search:
                      engine: solr
                      connection: default
      #...
      ez_search_engine_solr:
          endpoints:
              endpoint0:
                  dsn: %solr_dsn%
                  core: collection1
          connections:
              default:
                  entry_endpoints:
                      - endpoint0
                  mapping:
                      default: endpoint0
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ramzi.arfaoui ramzi.arfaoui
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: