RE: how to find filtered term enum?

2011-01-26 Thread Emmad
Thanks Pierre for your reply. Actually m not able to find that could you please elaborate that how solr do this? any guess? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-find-filtered-term-enum-tp2352751p2355007.html Sent from the Lucene - Java Users mailing list arc

how to find filtered term enum?

2011-01-26 Thread Emmad
hi, i have been searching for getting the term enum for filtered documents... I have index containing fields "group_id" and "user"..i know that we can easily get unique Terms and their count for specific filed by following code.. HashMap hmap= new HashMap(); TermEnum tenum= reader.terms(new Term(