Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
Hi, Is there a way to have Solr return a URL that is not part of index. 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. The URL is an external URL and there is no intent to

Re: Direct hits using Solr

2010-05-17 Thread Ahmet Arslan
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

RE: Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
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

Re: Direct hits using Solr

2010-05-17 Thread Erik Hatcher
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

RE: Direct hits using Solr

2010-05-17 Thread Ahmet Arslan
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

RE: Direct hits using Solr

2010-05-17 Thread Sai . Thumuluri
Thank you Erik, I will follow this route Sai Thumuluri -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Monday, May 17, 2010 10:22 AM To: solr-user@lucene.apache.org Subject: Re: Direct hits using Solr Sai - this seems to be best built into your application