RE: Using multiple DirectSolrSpellcheckers for a query

2012-03-13 Thread Dyer, James
am Content Group (615) 213-4311 -Original Message- From: Nalini Kartha [mailto:nalinikar...@gmail.com] Sent: Monday, March 12, 2012 11:49 PM To: solr-user@lucene.apache.org Subject: Re: Using multiple DirectSolrSpellcheckers for a query Hi James/Robert, Thanks for the responses. Robert:

Re: Using multiple DirectSolrSpellcheckers for a query

2012-03-12 Thread Nalini Kartha
Hi James/Robert, Thanks for the responses. Robert: What is it about the current APIs that makes this hard? How much/what kind of refactoring would open this up? James: I didn't quite understand the usage you suggested. I thought that the spellcheck.q param shouldn't include field names, etc and

Re: Using multiple DirectSolrSpellcheckers for a query

2012-03-07 Thread Robert Muir
On Wed, Jan 25, 2012 at 12:55 PM, Nalini Kartha wrote: > > Is there any reason why Solr doesn't support using multiple spellcheckers > for a query? Is it because of performance overhead? > Thats not the case really, see https://issues.apache.org/jira/browse/SOLR-2926 I think the issue is that th

RE: Using multiple DirectSolrSpellcheckers for a query

2012-03-07 Thread Dyer, James
pellcheck" fields have pretty much the same or similar analysis. You might not need both of them. Possibly this would be a way to save some index-bloat? James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -----Original Message- From: Nalini Kartha [mailto:nalinikar.

Re: Using multiple DirectSolrSpellcheckers for a query

2012-03-06 Thread Nalini Kartha
> > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > -Original Message- > From: Nalini Kartha [mailto:nalinikar...@gmail.com] > Sent: Wednesday, January 25, 2012 11:56 AM > To: solr-user@lucene.apache.org > Subject: Using multiple DirectSolrSpellch

RE: Using multiple DirectSolrSpellcheckers for a query

2012-01-26 Thread Dyer, James
tionaries, checking them separately, then combining the results. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Nalini Kartha [mailto:nalinikar...@gmail.com] Sent: Wednesday, January 25, 2012 11:56 AM To: solr-user@lucene.apach

Using multiple DirectSolrSpellcheckers for a query

2012-01-25 Thread Nalini Kartha
Hi, We are trying to use the DirectSolrSpellChecker to get corrections for mis-spelled query terms directly from fields in the Solr index. However, we need to use multiple fields for spellchecking a query. It looks looks like you can only use one spellchecker for a request and so the workaround f