Re: Fastest way to import a giant word list into Solr/Lucene?

2015-10-30 Thread Robert Oschler
> On Oct 30, 2015, at 7:10 PM, Robert Oschler > wrote: > > > > Thanks Walter. Are there any open source spell checkers that implement > the > > Peter Norvig or Damerau-Levenshtein algorithms? I'm short on time so I > > have to keep the custom coding down

Re: Fastest way to import a giant word list into Solr/Lucene?

2015-10-30 Thread Robert Oschler
reading > this short article to learn more about spelling correction. > > http://norvig.com/spell-correct.html <http://norvig.com/spell-correct.html > > > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > >

Re: Fastest way to import a giant word list into Solr/Lucene?

2015-10-30 Thread Robert Oschler
t; On Fri, Oct 30, 2015 at 9:37 PM, Robert Oschler > wrote: > > > 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 m

Fastest way to import a giant word list into Solr/Lucene?

2015-10-30 Thread Robert Oschler
ort 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/

Easy way to test index/query filters?

2015-07-18 Thread Robert Oschler
hink of is to iteratively modify the schema file and retest with the admin panel with each combination of filters. -- Thanks, Robert Oschler Twitter -> http://twitter.com/roschler http://www.RobotsRule.com/ http://www.Robodance.com/