You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by siping liu <si...@hotmail.com> on 2009/04/27 20:34:53 UTC

adding plug-in after search is done

trying to manipulate search result (like further filtering out unwanted), and ordering the results differently. Where is the suitable place for doing it? I've been using QueryResponseWriter but that doesn't seem to be the right place.

thanks.

_________________________________________________________________
Rediscover HotmailĀ®: Get quick friend updates right in your inbox. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009

Re: adding plug-in after search is done

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Tue, Apr 28, 2009 at 12:04 AM, siping liu <si...@hotmail.com> wrote:

>
> trying to manipulate search result (like further filtering out unwanted),
> and ordering the results differently. Where is the suitable place for doing
> it? I've been using QueryResponseWriter but that doesn't seem to be the
> right place.
>
>
You should probably look at writing your own SearchComponent. Also look at
the QueryElevationComponent which can help with fixing the positions of some
documents in the result set.

-- 
Regards,
Shalin Shekhar Mangar.