Author: tommaso
Date: Tue Feb 17 12:34:00 2015
New Revision: 1660363

URL: http://svn.apache.org/r1660363
Log:
OAK-1764 - removed non existing 'wordbreak' spellcheck dictionary

Modified:
    
jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml

Modified: 
jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml?rev=1660363&r1=1660362&r2=1660363&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml
 (original)
+++ 
jackrabbit/oak/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml
 Tue Feb 17 12:34:00 2015
@@ -1204,7 +1204,6 @@
         <lst name="defaults">
             <str name="df">catch_all</str>
             <str name="spellcheck.dictionary">default</str>
-            <str name="spellcheck.dictionary">wordbreak</str>
             <str name="spellcheck">on</str>
             <str name="spellcheck.extendedResults">true</str>
             <str name="spellcheck.count">10</str>


Reply via email to