The MoreLikeThis type exposes the following members.
Fields
Name | Description | |
---|---|---|
DEFALT_MIN_DOC_FREQ | Ignore words which do not occur in at least this many docs. | |
DEFAULT_ANALYZER | Default analyzer to parse source doc with. | |
DEFAULT_BOOST | Boost terms in query based on score. | |
DEFAULT_FIELD_NAMES | Default field names. Null is used to specify that the field names should be looked
up at runtime from the provided reader.
| |
DEFAULT_MAX_NUM_TOKENS_PARSED | Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support. | |
DEFAULT_MAX_QUERY_TERMS | Return a Query with no more than this many terms.
| |
DEFAULT_MAX_WORD_LENGTH | Ignore words greater than this length or if 0 then this has no effect. | |
DEFAULT_MIN_TERM_FREQ | Ignore terms with less than this frequency in the source doc. | |
DEFAULT_MIN_WORD_LENGTH | Ignore words less than this length or if 0 then this has no effect. | |
DEFAULT_STOP_WORDS | Default set of stopwords.
If null means to allow stop words.
|