views:

41

answers:

1

Hi,

I'm developing an application which makes extensive use of search results, including handling of filters, manual query expansion and annotations. Do you know any related design patterns specifically for this purpose? (the more language independent the better) Have you ever applied any of the classic GoF design patterns for this issue?

A: 

It's not a classic pattern, but it could helps:

MapReduce

Aito
Thanks for the link. However, it seems to be a more general design pattern and since the search result problem is a very popular problem I thought some very related patterns would emerge.
Ray Doyle