Overload List

  NameDescription
Public methodScorePayload(String, array<Byte>[]()[][], Int32, Int32) Obsolete.
Calculate a scoring factor based on the data in the payload. Overriding implementations are responsible for interpreting what is in the payload. Lucene makes no assumptions about what is in the byte array.

The default implementation returns 1.

(Inherited from Similarity.)
Public methodScorePayload(Int32, String, Int32, Int32, array<Byte>[]()[][], Int32, Int32)
Calculate a scoring factor based on the data in the payload. Overriding implementations are responsible for interpreting what is in the payload. Lucene makes no assumptions about what is in the byte array.

The default implementation returns 1.

(Inherited from Similarity.)

See Also