Separate fields for URL as string and URL as keywords makes sense. You can also use the URL classifier update processor or a regex filter to have a third field to match solely the domain name, if that is needed.

-- Jack Krupansky

-----Original Message----- From: Furkan KAMACI
Sent: Friday, 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/xxxxx



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?

Reply via email to