Hi Aleksey, Welcome to Solr!
You should append a wildcard at the end e.g. search like "samsu*" which should match "samsung". On Tue, Aug 26, 2008 at 5:45 PM, Aleksey Gogolev <[EMAIL PROTECTED]> wrote: > > Hello. > > I'm new to solr and I need to make a search suggest (like google > suggestions). > > In first approach I decided to make it in this way: > > 1. Script make a query to solr using words that were typed by user. > 2. Then script analyse docs (which solr return) and build a suggestions. > > But I confronted with difficulties. > > For example, user is typing word "samsung". At the current moment he > typed only part of the word: "samsu". > > So according to my plan, I make a query with word "samsu" and I expect > to get docs which contain substring "samsu". But solr doesn't find any > docs for this request (These docs exist, I checked). I guess I need > to tweak some preferences but I can not find the corresponding options. > > Thanks for your attention. > > -- > Aleksey Gogolev > developer, > dev.co.ua > Aleksey > > -- Regards, Shalin Shekhar Mangar.