You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would capture the BioChemEntity.description entries and populate the suggester dictionary that is used internally by Solr to provide suggestions.
The suggestions were captured by the following - http://localhost:8983/solr/solr_core_name/suggest?suggest=true&suggest.build=true&suggest.dictionary=mySuggester&suggest.q=can
to get suggestions for the word starting with 'can'. However, it throws an error in building up the dictionary. When the above link is posted on the browser, I receive an error (attaching the error file). The error means that Solr was not able to build its suggester dictionary for 106713 docs(that I indexed in one go) while using the description of samples.
…n our project (Note: the script works fine in general for Suggester implementation, however in our case, there are other issues as explained in issue #1 and #2)
I added the following XML to the solrconfig.xml file for implementing suggester module.
This would capture the BioChemEntity.description entries and populate the suggester dictionary that is used internally by Solr to provide suggestions.
The suggestions were captured by the following -
http://localhost:8983/solr/solr_core_name/suggest?suggest=true&suggest.build=true&suggest.dictionary=mySuggester&suggest.q=can
to get suggestions for the word starting with 'can'. However, it throws an error in building up the dictionary. When the above link is posted on the browser, I receive an error (attaching the error file). The error means that Solr was not able to build its suggester dictionary for 106713 docs(that I indexed in one go) while using the description of samples.
Note: Description in biochementities contains huge chunks of text.
suggester_module_error.txt
The text was updated successfully, but these errors were encountered: