The error I have been receiving after crawling using Solr is as mentioned
below:
2011-08-24 15:47:56,225 INFO plugin.PluginRepository - Basic Indexing
Filter (index-basic)
2011-08-24 15:47:56,225 INFO plugin.PluginRepository - Basic Summarizer
Plug-in (summary-basic)
2011-08-24
Can you let me know how did you get the suggestions? Are you using a
file-based spell checker...? Or an Indexed-based one? And what is the exact
structure for them and how to set up the Solr configuration for the Spell
checker...since I am not able to get teh spell checker build.
please guide me.
I have been able to setup Solr Spell checker on my web application. It is a
file based spell checker that i have implemented. I would like to add that
the same isn't that accurate, since I haven't applied any specific algorithm
for having the most relevant search result. Kindly do let me know in ca
I am using Nutch to crawl and Solr for searching. The search has been
successfully implemented. Now I want a file based Suggestion or a "Do you
mean Feature?" implemented. It is more or less like a Spell checker. For the
same I am making the requisite changes to the SolrConfig.xml and the
Schema.xm
I am using Nutch to crawl and Solr for searching. The search has been
successfully implemented. Now I want a file based Suggestion or a "Do you
mean Feature?" implemented. It is more or less like a Spell checker. For the
same I am making the requisite changes to the SolrConfig.xml and the
Schema.xm
Both Nutch and Solr can be used as per the need.
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ . So the search
is implemented and I am able to search on the values. Now I need the
SpellChecker to be implemented. The changes are exactly as per the ones
listed in http://wiki.apache.org/
The changes for Solrconfig.xml in solr is as follows
default
solr.IndexBasedSpellChecker
spell
./spellchecker
0.7
.0001
jarowinkler
lowerfilt
org.apache.lucene.search.spell.J