How to use Suggester component with Solr.Net

I am able to configure the Suggester component with Solr but how do I query it with Solr.Net? Is it supported?

Upvotes: 0

Views: 604

Answers (1)

Paige Cook
Paige Cook

Reputation: 22555

The suggester component is not currently implemented in SolrNet. It is listed as an open issue within the SolrNet project - Issue 141 - Suggester Component Support

Upvotes: 1

Related Questions