Author: echatellier Date: 2011-06-29 10:22:30 +0200 (Wed, 29 Jun 2011) New Revision: 98 Url: http://chorem.org/repositories/revision/vradi/98 Log: Add luceneMatchVersion Modified: trunk/vradi-services-web/src/main/resources/solrconfig.xml Modified: trunk/vradi-services-web/src/main/resources/solrconfig.xml =================================================================== --- trunk/vradi-services-web/src/main/resources/solrconfig.xml 2011-06-29 08:17:43 UTC (rev 97) +++ trunk/vradi-services-web/src/main/resources/solrconfig.xml 2011-06-29 08:22:30 UTC (rev 98) @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2011 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -24,6 +24,9 @@ <!-- FIXME sletellier 20/12/10 : Overided to desable cache in solr to improve performence in vradi --> <config> + + <luceneMatchVersion>LUCENE_31</luceneMatchVersion> + <!-- Set this to 'false' if you want solr to continue working after it has encountered an severe configuration error. In a production environment, you may want solr to keep working even if one handler is mis-configured.
participants (1)
-
echatellier@users.chorem.org