Changeset 5067


Ignore:
Timestamp:
04/25/14 12:23:13 (10 years ago)
Author:
Twan Goosen
Message:

Added change in solr url to UPGRADE instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/UPGRADE

    r5065 r5067  
    4141
    4242- The 'length' attributes in list elements can be removed
     43
     44- The Solr endpoint has changed because it is now multicore. Change for example:
     45
     46        <solrUrl>http://localhost:8084/vlo_solr/</solrUrl>
     47   
     48into
     49
     50        <solrUrl>http://localhost:8084/vlo_solr/core0/</solrUrl>
     51
     52This also applies to the eu.carlin.cmdi.vlo.solr.serverUrl context parameter (see above).
    4353
    4454- The following elements should be added:
Note: See TracChangeset for help on using the changeset viewer.