Sure SOLR supports this: use facets on the field "type":

add to your regular query:

facet.query=true&facet.field=type

see http://wiki.apache.org/solr/SimpleFacetParameters


On Wed, 2010-07-21 at 15:48 +0200, kenf_nc wrote:
> parallel calls. simultaneously query for type:short rows=10  and
> type:extensive rows=1  and merge your results.  This would also let you
> separate your short docs from your extensive docs into different solr
> instances if you wished...depending on your document architecture this could
> speed up one or the other.



Reply via email to