RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-11 Thread Thomas Michael Engelke
Hi James, hi list, I can confirm the existence of data that's within 1 Levenshtein step from ichtscheiben: { responseHeader: { status: 0, QTime: 0, params: { fl: name,spell, indent: true, q: name:Sichtscheiben, _: 1410423419758, wt: json, rows: 50 } }, response: { numFound: 6,

RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-11 Thread Dyer, James
AM To: solr-user@lucene.apache.org Subject: RE: Solr Spellcheck suggestions only return from /select handler when returning search results Hi James, hi list, I can confirm the existence of data that's within 1 Levenshtein step from ichtscheiben: { responseHeader: { status: 0, QTime: 0

RE: Solr Spellcheck suggestions only return from /select handler when returning search results

2014-09-10 Thread Dyer, James
Thomas, It looks like you've set things up correctly in that while the user is searching against a stemmed field (name), spellcheck is checking against a lightly-analyzed copy of it (spell). This is the right way to do it as spellcheck against stemmed forms is usually undesirable. But as