Re: Facetting inside a custom component

2012-09-06 Thread Ralf Heyde
.add(fc, s.numDocs(qp.parse(fc), results.docSet)); } // in counts you have your facet-counts } catch (ParseException pe) { pe.printStackTrace(); } Original-Nachricht > Datum: Thu, 06 Sep 2012 13:58:29 +0200 > Von: "Ralf Heyde" > An: solr-user@lucene.apache.o

Facetting inside a custom component

2012-09-06 Thread Ralf Heyde
Hello, i'm currently devoloping a custom component in Solr. This component works fine. The problem I have is, I only have an access to the searcher which gives me the option to fire e.g. BooleanQueries. This searcher gives me a result, which I have to iterate to calculate informations which co