MinDocOccs
The minimum number of times that a term can occur (when stemmed) for it to return.
For example, you can use this parameter to avoid returning rare terms. For the TermGetAll action, you might want to set MinDocOccs
to a high value to find very common terms that might be candidate stop words.
Actions: | TermExpand
TermGetAll TermGetBest TermGetInfo |
Type: | Integer |
Default: | |
Example: | MinDocOccs=4
|
See Also: |