Class GetTermInfo

java.lang.Object
org.apache.lucene.misc.GetTermInfo

public class GetTermInfo extends Object
Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.
  • Constructor Details

    • GetTermInfo

      public GetTermInfo()
  • Method Details