The PayloadTermQuery..::..PayloadTermWeight..::..PayloadTermSpanScorer type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdvance (Inherited from SpanScorer.)
Public methodDoc Obsolete. (Inherited from SpanScorer.)
Public methodDocID (Inherited from SpanScorer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExplain (Overrides SpanScorer..::..Explain(Int32).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPayloadScore
The score for the payload
Public methodGetSimilarity
Returns the Similarity implementation used by this scorer.
(Inherited from Scorer.)
Protected methodGetSpanScore
Returns the SpanScorer score only.

Should not be overriden without good cause!

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext Obsolete. (Inherited from SpanScorer.)
Public methodNextDoc (Inherited from SpanScorer.)
Protected methodProcessPayload
Public methodScore()()()()
Public methodScore(Collector)
Scores and collects all matching documents.
(Inherited from Scorer.)
Public methodScore(HitCollector) Obsolete.
Scores and collects all matching documents.
(Inherited from Scorer.)
Protected methodScore(HitCollector, Int32) Obsolete.
Expert: Collects matching documents in a range. Hook for optimization. Note that {@link #Next()} must be called once before this method is called for the first time.
(Inherited from Scorer.)
Public methodScore(Collector, Int32, Int32)
Expert: Collects matching documents in a range. Hook for optimization. Note,
CopyC#
firstDocID
is added to ensure that {@link #NextDoc()} was called before this method.
(Inherited from Scorer.)
Public methodSetFreqCurrentDoc (Overrides SpanScorer..::..SetFreqCurrentDoc()()()().)
Public methodSkipTo Obsolete. (Inherited from SpanScorer.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fielddoc (Inherited from SpanScorer.)
Protected fieldfirstTime Obsolete. (Inherited from SpanScorer.)
Protected fieldfreq (Inherited from SpanScorer.)
Protected fieldmore (Inherited from SpanScorer.)
Protected fieldnorms (Inherited from SpanScorer.)
Protected fieldpayload
Protected fieldpayloadScore
Protected fieldpayloadsSeen
Protected fieldpositions
Protected fieldspans (Inherited from SpanScorer.)
Protected fieldvalue_Renamed (Inherited from SpanScorer.)
Protected fieldweight (Inherited from SpanScorer.)

Properties

  NameDescription
Public propertyEnclosing_Instance

See Also