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
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