vanng822 / go-solr

Solr client in Go, core admin, add docs, update, delete, search and more
MIT License
69 stars 42 forks source link

Spellcheck support #29

Closed nilushi closed 8 years ago

nilushi commented 10 years ago

In my project, I have a requirement of adding spellcheck and suggestions for solr search. I would like to know whether you will be able to add these options to SolrResponse or do you plan to provide raw response support in your package?

vanng822 commented 10 years ago

Hi @nilushi This package is a general purpose package and I haven't plan to use it for any project yet so anything useful for people out there can be good to add.

Unfortunately I haven't been using spellcheck or suggestions using solr before so I really don't know how it look like. At the moment I don't have much time but probably sometimes later I will take a look. Unless someone wants to send a pull request. Feel free to send a pull request if you want to help!

nitsanfiverr commented 8 years ago

@nilushi I think my PR now can help you, if it's still relevant..

vanng822 commented 8 years ago

Once again, thanks @nitsanfiverr @nilushi, as @nitsanfiverr said PR, https://github.com/vanng822/go-solr/pull/37, is now in master. Please give it a try