: new TermsFilter( termsList:[ new Term( 'id', '111' ) ] ).bits( indexReader
: ).cardinality()
...
: indexReader.docFreq( new Term( 'id', '111' ) )
...
: Which one is faster? Can I replace the 2nd one with the 1st and still get
: the same performance?"the second", and "no" -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
