Re: Exact Search Problem

2013-07-26 Thread SolrLover
/NonFic/Science/Physics, but not Books/NonFic/Science/Physics/Theory or Books/NonFic/Law. -- View this message in context: http://lucene.472066.n3.nabble.com/Exact-Search-Problem-tp4080669p4080676.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Exact Search Problem

2013-07-26 Thread Jack Krupansky
, July 26, 2013 12:49 PM To: solr-user@lucene.apache.org Subject: Exact Search Problem Let's assume that I have that urls at my index: www.abc.com www.abc.com/a www.abc.com/b www.abc.com/c ... www.abc.com/x How can I exact search for www.abc.com ? url:"www.abc.com" doesn

Exact Search Problem

2013-07-26 Thread Furkan KAMACI
Let's assume that I have that urls at my index: www.abc.com www.abc.com/a www.abc.com/b www.abc.com/c ... www.abc.com/x How can I exact search for www.abc.com ? url:"www.abc.com" doesn't works because it returns both www.abc.com/a, www.abc.com/b etc?