You can use boost queries to boost documents that match some query e.g. 
suffix:co.uk but you'll need to have URL suffixes indexed. Nutch knows about 
URL suffixes but does not index them. You would need to add a custom indexing 
filter or patch an existing filter to add a suffix field. URLUtil has methods 
that return the URL suffix for a given URL.

http://wiki.apache.org/solr/FunctionQuery#query

 
 
-----Original message-----
> From:Furkan KAMACI <furkankam...@gmail.com>
> Sent: Sun 14-Apr-2013 22:59
> To: solr-user@lucene.apache.org
> Subject: Listing Priority
> 
> I have crawled some internet pages and indexed them at Solr.
> 
> When I list my results via Solr I want that: if a page has a URL(my schema
> includes a field for URL) that ends with .edu, .edu.az or .co.uk I will
> give more priority to them.
> 
> How can I do it in a more efficient way at Solr?
> 

Reply via email to