Interface IMaxNonCompetitiveBoostAttribute
Add this IAttribute to a fresh Attribute
Please note: this attribute is intended to be added by the Multi
This is a Lucene.NET INTERNAL API, use at your own risk
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IMaxNonCompetitiveBoostAttribute : IAttribute
Properties
| Improve this Doc View SourceCompetitiveTerm
This is the term or null
of the term that triggered the boost change.
Declaration
BytesRef CompetitiveTerm { get; set; }
Property Value
Type | Description |
---|---|
Bytes |
MaxNonCompetitiveBoost
This is the maximum boost that would not be competitive.
Declaration
float MaxNonCompetitiveBoost { get; set; }
Property Value
Type | Description |
---|---|
System. |