You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Paras Jadav <pa...@digitas.com> on 2019/07/10 09:28:59 UTC

SolrSuggester Store Lookup build failed

Hi Team,

Upon solr suggestion functionality implementation, we have started getting below error in solr admin error panel:-

2019-06-19 10:35:39.996 INFO (searcherExecutor-65-thread-1-processing-x:sitecore_master_index) [ x:sitecore_master_index] o.a.s.h.c.SuggestComponent buildOnCommit: mySuggester
2019-06-19 10:35:39.996 INFO (searcherExecutor-65-thread-1-processing-x:sitecore_master_index) [ x:sitecore_master_index] o.a.s.s.s.SolrSuggester SolrSuggester.build(mySuggester)
2019-06-19 10:35:40.386 ERROR (searcherExecutor-65-thread-1-processing-x:sitecore_master_index) [ x:sitecore_master_index] o.a.s.s.s.SolrSuggester Store Lookup build failed
2019-06-19 10:35:40.386 INFO (searcherExecutor-65-thread-1-processing-x:sitecore_master_index) [ x:sitecore_master_index] o.a.s.c.SolrCore [sitecore_master_index] Registered new searcher Searcher@25e3a554[sitecore_master_index]main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_46q(6.6.0):C21993/2:delGen=1) Uninverting(_495(6.6.0):C2)))}

Please find below configuration that we did in solrconfig.xml file for sitecore_master_index, sitecore_master_index_rebuild, sitecore_web_index and sitecore_web_index_rebuild.

Configuration:-

<searchComponent name="suggest" class="solr.SuggestComponent">

<lst name="suggester">

<str name="name">mySuggester</str>

<str name="storeDir">suggester_fuzzy_dir</str>

<str name="lookupImpl" allTermsRequired="false" highlight="false">AnalyzingInfixLookupFactory</str>

<str name="dictionaryImpl">DocumentDictionaryFactory</str>

<str name="field">title_t</str>

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

<str name="queryAnalyzerFieldType">text_suggest</str>

<str name="contextField">_language</str>

<str name="buildOnStartup">true</str>

<str name="buildOnCommit">true</str>

<str name="payloadField">_fullpath</str>

</lst>

</searchComponent>

<requestHandler name="/suggesthandler" class="solr.SearchHandler" startup="lazy" > <lst name="defaults">

<str name="suggest">true</str>

<str name="suggest.count">1000</str>

<str name="suggest.dictionary">mySuggester</str>

</lst>

<arr name="components">

<str>suggest</str>

</arr>

</requestHandler>

I can see that same issue does exist at:-
https://lists.gt.net/lucene/java-dev/304930?page=last

https://issues.apache.org/jira/browse/SOLR-9227

Can we have resolution/patch for this?

Regards,
Paras Jadav





------------------------------------------------------------------------
Disclaimer The information in this email and any attachments may contain proprietary and confidential information that is intended for the addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this information is prohibited. When addressed to our clients or vendors, any information contained in this e-mail or any attachments is subject to the terms and conditions in any governing contract. If you have received this e-mail in error, please immediately contact the sender and delete the e-mail.