Quickest way to collect one field from the searched docs....

2014-09-18 Thread Shouvik Bardhan
Pardon the length of the question. I have an index with 100 million docs (lucene not solr) and term queries (A*, A AND B* type queries) return pretty quickly (2 -4 secs) and I pick the lucene docIds up pretty quickly with a collector. This is good for us since we take the docIds and do further filt

solr facet query with Tagging and Excluding Filters

2014-09-18 Thread Andy Yu
Hi guys, I want to do a facet with facet query,and let it has the [Tagging and Excluding Filters] ( https://cwiki.apache.org/confluence/display/solr/Faceting)style which facet.field has,so how to do it , pls guide me! Thanks, Andy