+1 for Solr - looking at the search on domcop.com, it seems like a perfect fit for the faceting stuff.
There might be some messiness with the regex search (looking for user-defined patterns of consonants, vowels, etc) as I've never needed to set that up, but the rest would be really clean.
See also this blog post that discusses how RoomKey uses read-only Solr instances that are repopulated daily to speed up searching for latency-insensitive data (think "does this hotel have a pool?" etc):
Comments
+1 for Solr - looking at the search on domcop.com, it seems like a perfect fit for the faceting stuff.
There might be some messiness with the regex search (looking for user-defined patterns of consonants, vowels, etc) as I've never needed to set that up, but the rest would be really clean.
See also this blog post that discusses how RoomKey uses read-only Solr instances that are repopulated daily to speed up searching for latency-insensitive data (think "does this hotel have a pool?" etc):
http://www.colinsteele.org/post/23103789647/against-the-grai...