How do I index an URL without indexing the content? Basically our requirement is that - we have certain search terms for which there need to be a URL that should come right on top. I tried to use elevate option within Solr - but from what I know - I need to have an id of the indexed content for me to elevate a particular URL.
Sai Thumuluri -----Original Message----- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Monday, May 17, 2010 6:12 AM To: solr-user@lucene.apache.org Subject: Re: Direct hits using Solr > We have a need that > search engine return a specific URL for a specific search > term and that result is supposed to be the first result (per > Biz) among the result set. This part seems like http://wiki.apache.org/solr/QueryElevationComponent > The URL is an external URL and > there is no intent to index contents of that site. Can you explain in more detail? Even if you don't index content of that site, you may have to index that URL.