Archive for March, 2009

Using the Filter Query in Solr (fq)

Monday, March 23rd, 2009

Filter queries are applied to a result set after it has generated the search results. This can be useful in cases where you want to filter by category or user. In my use case, I'd like to filter a list of questions by a group of categories on Answerbag. ...