Interface IBoostAttribute
Add this IAttribute to a Terms
Please note: this attribute is intended to be added only by the Terms
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 IBoostAttribute : IAttribute
Properties
| Improve this Doc View SourceBoost
Gets or Sets the boost in this attribute. Default is 1.0f
.
Declaration
float Boost { get; set; }
Property Value
Type | Description |
---|---|
System. |