Solr suggester in SolrCloud mode
问题 I am running the solr in CloudSolr mode with three shards. The data is already indexed into solr. Now I have configured the solr suggester in solrconfig.xml. This is the configuration from solrconfig file. I am using solr 4.10 version. <searchComponent name="suggest" class="solr.SuggestComponent"> <lst name="suggester"> <str name="name">mysuggest</str> <str name="lookupImpl">FuzzyLookupFactory</str> <str name="storeDir">suggester_fuzzy_dir</str> <str name="dictionaryImpl"