> 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.
What does your current schema.xml look like? How many URLs do you have? You can add a new field -lets say named URL- to schema.xml and insert those URL with some special uniqueKey. And then you can list those uniqueKeys and keywords into elevate.xml.