I would like to use autocomplete in my site. I start using solrnet. when the user start typing a sentence I would like to return results with exact match and after that "startswith". The thing is that I can't seem to get the multiwords sentence to work with "startwith". any ideas?
Asked
Active
Viewed 371 times
1 Answers
0
There is a Suggester functionality in Solr that you can use.
Check how you can configure it here: http://wiki.apache.org/solr/Suggester
SolrNet has not much to dod with it though, I think for it the field is just like a normal field.

Maurizio In denmark
- 4,226
- 2
- 30
- 64