godong9 / solr-node

Simple Solr Node Client Project.
MIT License
25 stars 25 forks source link

Add Suggest Component to use SOLR suggester #83

Closed vb1704 closed 5 years ago

vb1704 commented 5 years ago

Added suggest function for client to query SOLR suggester

vb1704 commented 5 years ago

@godong9 Please review this and merge if no issues, I have been using this module and had to adjust client file in order to use suggest component.

lvenier commented 5 years ago

Would be very nice to add it indeed.

@vb1704 : should you not add a unit test for suggester ?

vb1704 commented 5 years ago

Would be very nice to add it indeed.

@vb1704 : should you not add a unit test for suggester ?

Sure will add it!

godong9 commented 5 years ago

Thanks to your contribution. I will release this today.