There exists in my Solr index a document (several, actually) which harbor http:// URL values. Trying to find documents with a particular URL fails.
The query is like this: ResourceURLPropertyType:http://someserver.org/something Fails due to the second ":" If I substitute %3a into that query, e.g. ResourceURLPropertyType:http$3a//someserver.org/something the query goes through and finds nothing. A fork in the road? Make it a policy to swap %3a into all URL values going to Solr, then use the same format in search. or Find another way to get the query to work with the full URL, untouched, in the index. Googling this one has been difficult due to the ambiguity of "url" in query strings. Thoughts? Many thanks in advance Jack