Class BoostAttribute
Implementation class for IBoostAttribute.
This is a Lucene.NET INTERNAL API, use at your own risk
Inheritance
System.Object
BoostAttribute
Assembly: Lucene.Net.dll
Syntax
public sealed class BoostAttribute : Attribute, IBoostAttribute, IAttribute
Properties
|
Improve this Doc
View Source
Boost
Gets or Sets the boost in this attribute. Default is 1.0f
.
Declaration
public float Boost { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Clear()
Declaration
public override void Clear()
Overrides
|
Improve this Doc
View Source
CopyTo(IAttribute)
Declaration
public override void CopyTo(IAttribute target)
Parameters
Overrides
Implements