RE: Problem with setting solr.solr.home property

2009-02-03 Thread Nicholas Piasecki
For what it's worth, I bumped into http://jira.codehaus.org/browse/JETTY-854 on a recent Jetty installation when trying to set up Solr for a test run, so setting via JNDI may end up causing even more heartburn. I ended up just using Tomcat. V/R, Nicholas Piasecki Software Developer Skiviez

RE: Solr 1.3 and spellcheck.onlyMorePopular=true

2009-01-29 Thread Nicholas Piasecki
g. The key point in your explanation is that with the "onlyMorePopular" setting, you are *intentionally* sending it misspelled words. Now that you've explained it, this makes sense to me now. Thanks again. V/R, Nicholas Piasecki Software Developer Skiviez, Inc. 1-800-628-1693 x60

Solr 1.3 and spellcheck.onlyMorePopular=true

2009-01-29 Thread Nicholas Piasecki
So: 1 - Is my analysis correct? Is this really how it works? 2 - Is there a configuration setting that I can do to make the spell checker use the desired behavior? Or, should I just immediately submit a request with its correlated suggestion with zero rows and do a comparison on the results, effe