Changeset 30304


Ignore:
Timestamp:
2015-10-09T18:23:00+13:00 (9 years ago)
Author:
ak19
Message:

Cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r30303 r30304  
    144144    <property name="packages.home" value="${gsdl3.writablehome}/packages"/>
    145145    <!--
    146      To run solr from a readonly location (like a DVD-ROM), its locktype needs to be "single",
     146     To run solr from a read-only location (like a DVD-ROM), its locktype needs to be "single",
    147147     else solr tries to write out a lock file to the collection's index folder which is read-only.
    148148
     
    151151     
    152152     See also http://wiki.apache.org/lucene-java/AvailableLockFactories
    153      and look for the documentation on "locktype" in solr collection's etc/conf/solrconfig.xml
    154      for further information on the different locktypes/
     153     And look for the documentation on "locktype" in solr collection's etc/conf/solrconfig.xml
     154     for further information on the different locktypes.
    155155
    156156     To set the locktype property from the commandline (it's a property to the server web), pass in
Note: See TracChangeset for help on using the changeset viewer.