Class DefaultSimilarity
Expert: Default scoring implementation.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class DefaultSimilarity : Similarity
Fields
Name | Description |
---|---|
internalDiscountOverlaps |
Properties
Name | Description |
---|---|
DiscountOverlaps | Determines whether overlap tokens (Tokens with 0 position increment) are ignored when computing norm. By default this is false, meaning overlap tokens are counted just like non-overlap tokens. WARNING: This API is new and experimental, and may suddenly change.
|
Methods
Name | Description |
---|---|
ComputeNorm(String, FieldInvertState) | Implemented as
WARNING: This API is new and experimental, and may suddenly change.
|
Coord(Int32, Int32) | Implemented as |
Idf(Int32, Int32) | Implemented as |
LengthNorm(String, Int32) | Implemented as |
QueryNorm(Single) | Implemented as |
SloppyFreq(Int32) | Implemented as |
Tf(Single) | Implemented as |