I looked at that, elevate is a way to boost particular documents based on query terms used. I was thinking in a more general sense... For instance, when google displays search results, the 4th result (typically) are news results, then you tube results come in at another fixed position or better... This is not based on query term, but appears to be based on a "document type" meta-data field. We can certainly create the meta-data in Solr, but I can't seem to figure out how to manipulate the search results to the extent I need.
On 2/24/09 9:12 AM, "Steven A Rowe" <sar...@syr.edu> wrote: Hi Tolga, Here's a good place to start: http://wiki.apache.org/solr/QueryElevationComponent Steve On 2/23/2009 at 7:47 PM, Ercan, Tolga wrote: > I was wondering if there was any facility to directly manipulate search > results based on business criteria to place documents at a fixed > position in those results. For example, when I issue a query, the first > four results would be based on natural search relevancy, then the fifth > result would be based on the most relevant document when doctype:video > (if I had a doctype field of course), then results 6...* would resume > natural search relevancy? > > Or perhaps a variation on this, if the document where doctype:video > would appear at a fixed position or better... For example, if somebody > searched for "my widget video", there would be a relevant document at a > higher position than #5...