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:
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
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
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.
>
> 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
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
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