With the configration below:

<searchComponent class="solr.SpellCheckComponent" name="suggest">
   <lst name="spellchecker">
      <str name="name">suggest</str>
<str name="classname">org.apache.solr.spelling.suggest.Suggester</str> <str name="lookupImpl">org.apache.solr.spelling.suggest.fst.FuzzyLookupFactory</str>
      <str name="storeDir">fuzzy_suggest_analyzing</str>
      <str name="buildOnCommit">true</str>

      <str name="suggestAnalyzerFieldType">text_tr</str>

      <str name="sourceLocation">suggestions.txt</str>

      <!-- Suggester properties -->
      <bool name="exactMatchFirst">true</bool>
      <bool name="preserveSep">false</bool>

   </lst>

   <str name="queryAnalyzerFieldType">lowercase</str>
</searchComponent>

*I got th**e error:*

...\solr-4.6.0\example\solr\collection1\data\fuzzy_suggest_analyzing\fwfsta.bin (The system cannot find the file specified)


--
Harun Reşit Zafer
TÜBİTAK BİLGEM BTE
Metin Madenciliği ve Kaynaştırma Sistemleri Bölümü
T +90 262 675 3268
Whttp://www.hrzafer.com



Reply via email to