Hi, use &debugQuery=true and you'll probably immediately see how that url:... stuff was interpreted. Maybe that ":" throws it off...
Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Fri, Jul 26, 2013 at 4:31 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > When I run that query: > > solr/select?q=url:"ftp://"&wt=xml&fl=url > > I get results as like that: > > <result name="response" numFound="1441" start="0" maxScore="9.5640335"> > <doc><str name="url">http://forum.whmdestek.com/ftp-makaleleri/</str></doc> > <doc><str name="url">http://www.netadi.com/ftp-kurulumu.php</str></doc> > > Why it does not make an exact search find: *ftp://* ?