Hello everyone,

I have a gigantic list of industry terms that I want to import into a
Solr/Lucene instance running on an AWS box.  What is the fastest way to
import the list into my Solr/Lucene instance?  I have admin/sudo privileges
on the box.

Also, is there a document that shows me how to set up my Solr/Lucene config
file to be optimized for fast searches on single word entries using fuzzy
search?  I intend to use this Solr/Lucene instance to do spell checking on
the big industry word list I mentioned above.  Each data record will be a
single word from the file.  I'll want to take a single word query and do a
fuzzy search on the word against the index (Lichtenstein, max distance 2 as
per Solr/Lucene's fuzzy search feature).  So what parameters will configure
Solr/Lucene to be optimized for such a search?  Also, if a document shows
the best index/read parameters to support single word fuzzy searching then
that would be a big help too.  Note, the contents of the index will change
very infrequently if that affects the optimal parameter mix.


-- 
Thanks,
Robert Oschler
Twitter -> http://twitter.com/roschler
http://www.RobotsRule.com/
http://www.Robodance.com/

Reply via email to