see the thread "spellcheck issues" going on right now between Jason
Rennie and me. In there is a small sample piece of code that does
spell checking through SolrJ.
On Oct 8, 2008, at 12:52 PM, Sunil Raj wrote:
Hi,
I am trying to use SolrJ java client to do search and the basic
search wo
Hi,
I am trying to use SolrJ java client to do search and the basic search works
fine with the code given below.
SolrServer server = new CommonsHttpSolrServer( "
http://localhost:8983/solr";);
SolrQuery query = new SolrQuery().
setQuery(searchKey).