Query problem related to * symbol

2008-10-25 Thread Aleksey Gogolev
Hello. I made this query: http://localhost:8983/solr/select/?q=suggestion:ipod+nano+80* and response contains the following doc: - doc str name=id 04adea06fcfdc939feec63799045076c /str str name=suggestion

Re: Query problem related to * symbol

2008-10-25 Thread Yonik Seeley
On Sat, Oct 25, 2008 at 2:00 PM, Aleksey Gogolev [EMAIL PROTECTED] wrote: I made this query: http://localhost:8983/solr/select/?q=suggestion:ipod+nano+80* Note that in Lucene syntax, this query is equivalent to suggestion:ipod default_field:nano default_field:80* For debugging, add