Java org.apache.lucene.search.similarities TFIDFSimilarity fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search.similarities TFIDFSimilarity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search.similarities TFIDFSimilarity.

The text is from its open source code.

Subclass

org.apache.lucene.search.similarities.TFIDFSimilarity has subclasses.
Click this link to see all its subclasses.

Method

longcomputeNorm(FieldInvertState state)
floatidf(long docFreq, long docCount)
Computes a score factor based on a term's document frequency (the number of documents which contain the term).
floattf(float freq)
Computes a score factor based on a term or phrase's frequency in a document.