0

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?

David
  • 15,894
  • 22
  • 55
  • 66
Gidi
  • 181
  • 1
  • 10

1 Answers1

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