Project

General

Profile

« Previous | Next » 

Revision 45841

commented out suggester component causing slow startup

View differences:

solrconfig.xml.st
1300 1300
      <str>spellcheck</str>
1301 1301
    </arr>
1302 1302
  </requestHandler>
1303

  
1303
  
1304
  <!-- This buggy configuration forces a long build at startup
1304 1305
  <searchComponent name="suggest" class="solr.SuggestComponent">
1305 1306
  	<lst name="suggester">
1306 1307
      <str name="name">mySuggester</str>
1307
      <str name="lookupImpl">FuzzyLookupFactory</str>      <!-- org.apache.solr.spelling.suggest.fst -->
1308
      <str name="dictionaryImpl">DocumentDictionaryFactory</str>     <!-- org.apache.solr.spelling.suggest.HighFrequencyDictionaryFactory --> 
1308
      <str name="lookupImpl">FuzzyLookupFactory</str>
1309
      <str name="dictionaryImpl">DocumentDictionaryFactory</str>
1309 1310
      <str name="field">cat</str>
1310 1311
      <str name="weightField">price</str>
1311 1312
      <str name="suggestAnalyzerFieldType">string</str>
......
1321 1322
      <str>suggest</str>
1322 1323
    </arr>
1323 1324
  </requestHandler>
1325
  -->
1324 1326
  <!-- Term Vector Component
1325 1327

  
1326 1328
       http://wiki.apache.org/solr/TermVectorComponent

Also available in: Unified diff