Re: space making it hard tu use wilcard with lucene parser

2012-04-04 Thread jmlucjav
thanks, that will work I think -- View this message in context: http://lucene.472066.n3.nabble.com/space-making-it-hard-tu-use-wilcard-with-lucene-parser-tp3882534p3885460.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: space making it hard tu use wilcard with lucene parser

2012-04-03 Thread Ahmet Arslan
> I query: > http://localhost:8983/solr/select/?qt=/suggest&q=fsuggest:wi/rac/ho*  > -- I > get the doc > http://localhost:8983/solr/select/?qt=/suggest&q=fsuggest:wi/rac/house > a* -- > I don't get that doc, and I get other docs that have > fsuggest:abc > > Is there a way to query for: fsuggest

space making it hard tu use wilcard with lucene parser

2012-04-03 Thread jmlucjav
on't get that doc, and I get other docs that have fsuggest:abc Is there a way to query for: fsuggest starting with 'wi/rac/house a' ?? I am in Solr3.5 I could not find a way thanks xab -- View this message in context: http://lucene.472066.n3.nabble.com/space-making-it-hard-tu-use-w