Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch: Implement spelling correction feature #41

Open
GoogleCodeExporter opened this issue Jun 9, 2015 · 3 comments
Open

Patch: Implement spelling correction feature #41

GoogleCodeExporter opened this issue Jun 9, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Apache Solr has an option to query the index for spelling suggestions. The
suggested patch builds out functionality in solr-php-client to make use of
this feature.

Notable changes are at lines 121, 299, and 979-1028

Original issue reported on code.google.com by robert.e...@gmail.com on 28 Apr 2010 at 5:58

Attachments:

@GoogleCodeExporter
Copy link
Author

any chances this patch will be applied to trunk?

Original comment by r.gruend...@gmail.com on 16 Nov 2010 at 9:47

@GoogleCodeExporter
Copy link
Author

Hi, 
I know I am writing this almost a year late and all, but could you enlighten me 
as to what special thing are you adding by this ? 

The spell check could be achieved without this patch by adding parameters to 
regular query right ? For example, I use this :  
$additionalParameters = array("spellcheck" => "true" , "spellcheck.collate" => 
"true");

What more advantage is this patch giving ?

Original comment by shrinath...@gtempaccount.com on 3 Mar 2011 at 5:12

@GoogleCodeExporter
Copy link
Author

Wow, haven't seen this lately. 

To comment 2: yup, you're right. This should be updated to access a separate 
request handler for spelling, at the best case. I'd say that this one can 
actually be resolved.

Original comment by robert.e...@gmail.com on 10 May 2012 at 1:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant