NEST by Elastic and contributors

<PackageReference Include="NEST" Version="5.4.0" />

.NET API 4,554,240 bytes

 TermVectorFilterDescriptor

Filter terms returned based on their TF-IDF scores. This can be useful in order find out a good characteristic vector of a document.

Maximum number of terms that must be returned per field. Defaults to 25.

Ignore words which occur in more than this many docs. Defaults to unbounded.

Ignore words with more than this frequency in the source doc. Defaults to unbounded.

The maximum word length above which words will be ignored. Defaults to unbounded.

Ignore terms which do not occur in at least this many docs. Defaults to 1.

Ignore words with less than this frequency in the source doc. Defaults to 1.

The minimum word length below which words will be ignored. Defaults to 0.