: 1) open IndexReader.
: 2) call terms() to get all terms, then filter out terms in field Brand.
: 3) call termDocs(Term) to get Docs having each special Brand.
: 4) count which term is used by most docs from above result.
: 
: Is this the most efficient way?

pretty much ... take a look at the HighFreqTerms class in the 
"miscellaneous" contrib.


-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to