Constructor TermScorer
TermScorer(Weight, TermDocs, Similarity, Byte[])
Construct a TermScorer
.
Declaration
public TermScorer(Weight weight, TermDocs td, Similarity similarity, byte[] norms)
Parameters
Type | Name | Description |
---|---|---|
Weight | weight | The weight of the |
TermDocs | td | An iterator over the documents matching the |
Similarity | similarity | The |
System.Byte[] | norms | The field norms of the document fields for the |