Hello. One option is to specify a default search field in your schema.xml. If your query doesn´t include an specific field the query parser will use the default one to launch the query. You should include in your schema.xml something like this:
<!-- field for the QueryParser to use when an explicit fieldname is
absent -->
<defaultSearchField>url</defaultSearchField>
